File tree Expand file tree Collapse file tree
bzip2/bzip2-1.0.8-patches Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -217,11 +217,7 @@ FLATBUFFERS_VERSION=1.9.0-p1 $SOURCE_DIR/source/flatbuffers/build.sh
217217(
218218 export BOOST_VERSION=1.74.0-p1
219219 export KUDU_VERSION=e742f86f6d
220- if $SOURCE_DIR /source/kudu/build.sh is_supported_platform; then
221- $SOURCE_DIR /source/kudu/build.sh build
222- else
223- build_fake_package kudu
224- fi
220+ $SOURCE_DIR /source/kudu/build.sh build
225221)
226222
227223# ###############################################################################
Original file line number Diff line number Diff line change 5555+ entities.xml manual.xml
5656
5757 manual: manual.html manual.ps manual.pdf
58-
58+
59+ --- bzip2-1.0.8/Makefile-libbz2_so 2023-09-19 11:35:21.025235640 +0000
60+ +++ bzip2-1.0.6/Makefile-libbz2_so-orig 2023-09-19 11:35:03.832890741 +0000
61+ @@ -22,7 +22,7 @@
62+
63+
64+ SHELL=/bin/sh
65+ - CC=gcc
66+ + CC ?= gcc
67+ BIGFILES=-D_FILE_OFFSET_BITS=64
68+ CFLAGS=-fpic -fPIC -Wall -Winline -O2 -g $(BIGFILES)
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ if needs_build_package ; then
4545 setup_package_build $PACKAGE $PACKAGE_VERSION
4646 fi
4747 add_gcc_to_ld_library_path
48+ export CXXCPP_FOR_BUILD=" $( pwd) /../../../build/gcc-10.4.0/bin/g++ -E"
4849 wrap ./configure --with-pic --prefix=$LOCAL_INSTALL
4950 wrap make -j${BUILD_THREADS:- 4} install
5051 finalize_package_build $PACKAGE $PACKAGE_VERSION
You can’t perform that action at this time.
0 commit comments