Skip to content

Commit eead282

Browse files
author
Vitaliy Popov
committed
added changes to build for astra and alt linux
1 parent f93e2c9 commit eead282

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

buildall.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
################################################################################

source/bzip2/bzip2-1.0.8-patches/001-adjust-makefile-to-env-variables.diff

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,14 @@
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)

source/protobuf/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)