summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-12-24 14:38:47 -0500
committerMike Gilbert <floppym@gentoo.org>2021-12-24 14:41:17 -0500
commitc488fb12f350ac6d697687b5b88b6109e7075d1f (patch)
tree7f7d8f11ff07910c7f751cca0551ca8c9bb4a5c0 /sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch
parentmedia-sound/fluidsynth: Stabilize 2.2.4 arm64, #829912 (diff)
downloadgentoo-c488fb12f350ac6d697687b5b88b6109e7075d1f.tar.gz
gentoo-c488fb12f350ac6d697687b5b88b6109e7075d1f.tar.bz2
gentoo-c488fb12f350ac6d697687b5b88b6109e7075d1f.zip
sys-block/thin-provisioning-tools: drop -lboost_iostreams
Closes: https://bugs.gentoo.org/794196 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch')
-rw-r--r--sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch b/sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch
new file mode 100644
index 000000000000..87a1b4e2f7fd
--- /dev/null
+++ b/sys-block/thin-provisioning-tools/files/0.9.0-remove-boost_iostreams.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -173,7 +173,7 @@
+ CXXFLAGS+=@CXX_STRERROR_FLAG@
+ CXXFLAGS+=@LFS_FLAGS@
+ INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning
+-LIBS:=-laio -lexpat -lboost_iostreams -ldl
++LIBS:=-laio -lexpat -ldl
+
+ ifeq ("@DEVTOOLS@", "yes")
+ LIBS+=-lncurses