summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-12-20 15:17:29 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-12-20 15:17:37 +0100
commita66de87e357b61b8fc9b7b02801bd7eab537cd3c (patch)
tree2f0e7f3c97b0c7cd435caa126d01b730b290637a
parentda7aa7d572979f7d603f142c2f44a6e3036a8672 (diff)
downloadgentoo-a66de87e357b61b8fc9b7b02801bd7eab537cd3c.tar.gz
gentoo-a66de87e357b61b8fc9b7b02801bd7eab537cd3c.tar.xz
x11-plugins/bfm: fix build with USE=gkrellm
LDFLAGS still used an obsolete single "-Wl" option Closes: https://bugs.gentoo.org/641460 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--x11-plugins/bfm/files/bfm-0.6.4-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch b/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
index ef47930c5dc..773372e1020 100644
--- a/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
+++ b/x11-plugins/bfm/files/bfm-0.6.4-makefile.patch
@@ -33,7 +33,7 @@
GKRELLM_OBJS = gkrellm-bfm.o
GKRELLM_BFM = gkrellm-bfm.so
-LDFLAGS = -shared -Wl
-+LDFLAGS += -shared -Wl
++LDFLAGS += -shared
-STRIP = strip
+STRIP = true