Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 678450
Collapse All | Expand All

(-)a/net-wireless/crda/crda-3.18-r3.ebuild (+1 lines)
Lines 39-44 PATCHES=( Link Here
39
	"${FILESDIR}"/${PN}-3.18-libreg-link.patch #542436
39
	"${FILESDIR}"/${PN}-3.18-libreg-link.patch #542436
40
	"${FILESDIR}"/${PN}-3.18-openssl-1.1.0-compatibility.patch #652428
40
	"${FILESDIR}"/${PN}-3.18-openssl-1.1.0-compatibility.patch #652428
41
	"${FILESDIR}"/${PN}-3.18-libressl.patch
41
	"${FILESDIR}"/${PN}-3.18-libressl.patch
42
	"${FILESDIR}"/${PN}-3.18-ldflags.patch
42
)
43
)
43
44
44
src_prepare() {
45
src_prepare() {
(-)a/net-wireless/crda/files/crda-3.18-ldflags.patch (-1 / +11 lines)
Line 0 Link Here
0
- 
1
--- /Makefile
2
+++ /Makefile
3
@@ -115,7 +115,7 @@
4
 
5
 $(LIBREG): regdb.h reglib.h reglib.c
6
 	$(NQ) '  CC  ' $@
7
-	$(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $^ $(filter-out -lreg,$(LDLIBS))
8
+	$(Q)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $^ $(filter-out -lreg,$(LDLIBS))
9
 
10
 install-libreg-headers:
11
 	$(NQ) '  INSTALL  libreg-headers'

Return to bug 678450