Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/debian/rules b/debian/rules
index 3a50319ee..4b2a05932 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,7 @@ build-compiler-stamp: configure-stamp

build-libcpp-stamp: configure-stamp build-compiler-stamp
# Compile C++ library
+ if [ -f /usr/lib/arm-linux-gnueabihf/libboost_unit_test_framework.a ]; then sudo ln -s /usr/lib/arm-linux-gnueabihf/libboost_unit_test_framework.a /usr/lib/libboost_unit_test_framework.a ; fi
$(MAKE) -C $(CURDIR)/lib/cpp
touch $@

1 change: 1 addition & 0 deletions src/thrift_0_14_1/thrift.patch/series
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
0004-Remove-underscore-packages.patch
0002-cve-2017-1000487.patch
0005-Fix-build-rules-python.patch
0006-Fix-build-rules-boost-test.patch