diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-12-20 15:17:29 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-12-20 15:17:37 +0100 |
commit | a66de87e357b61b8fc9b7b02801bd7eab537cd3c (patch) | |
tree | 2f0e7f3c97b0c7cd435caa126d01b730b290637a /x11-plugins/bfm | |
parent | dev-libs/libressl: version bump to 2.6.4 (diff) | |
download | gentoo-a66de87e357b61b8fc9b7b02801bd7eab537cd3c.tar.gz gentoo-a66de87e357b61b8fc9b7b02801bd7eab537cd3c.tar.bz2 gentoo-a66de87e357b61b8fc9b7b02801bd7eab537cd3c.zip |
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
Diffstat (limited to 'x11-plugins/bfm')
-rw-r--r-- | x11-plugins/bfm/files/bfm-0.6.4-makefile.patch | 2 |
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 ef47930c5dc5..773372e1020c 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 |