summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjee Kim <hj0426.kim@samsung.com>2019-12-27 12:17:20 +0900
committerHyunjee Kim <hj0426.kim@samsung.com>2019-12-27 12:17:38 +0900
commitde2fc00a1b84b5228f48515a9fc301191669a63c (patch)
tree0aa7f2c79c635127b55e5a00baf8ff46db5af6a9
parent1eedf9d5e142d68307e89155c16e2bc8fb3f40af (diff)
downloadboost-sandbox/dh0128.kwak/boost_1.71.0_20200114.tar.gz
boost-sandbox/dh0128.kwak/boost_1.71.0_20200114.tar.bz2
boost-sandbox/dh0128.kwak/boost_1.71.0_20200114.zip
Change-Id: Ic0b24abf47d70d35eac1d51dc1cefe73b3b3f630 Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
-rw-r--r--packaging/boost.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec
index 0fdcac02ee..f00e5e1aec 100644
--- a/packaging/boost.spec
+++ b/packaging/boost.spec
@@ -393,6 +393,10 @@ find -type f ! \( -name \*.sh -o -name \*.py -o -name \*.pl \) -exec chmod -x {}
find . -name \*.orig -exec rm {} +
%build
+%ifarch armv7l
+export CFLAGS="${CFLAGS} -Wp,-D_FILE_OFFSET_BITS=64"
+export CXXFLAGS="${CXXFLAGS} -Wp,-D_FILE_OFFSET_BITS=64"
+%endif
find . -type f -exec chmod u+w {} +
# Create shared build instructions