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

(-)config/rules.mk.orig (-1 / +1 lines)
Lines 44-50 Link Here
44
	$(RANLIB) $@
44
	$(RANLIB) $@
45
45
46
%.so:
46
%.so:
47
	$(LINK.cc) $(SHARED) $^ -o $@
47
	$(LINK.cc) $(SHARED) $^ $(LDLIBS) -o $@
48
48
49
%.dll:
49
%.dll:
50
	$(LINK.cc) $(SHARED) $^ -o $@
50
	$(LINK.cc) $(SHARED) $^ -o $@
(-)xplc/vars.mk.orig (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
ifneq ("$(enable_loader)", "no")
33
ifneq ("$(enable_loader)", "no")
34
ifneq ("$(with_dlopen)", "no")
34
ifneq ("$(with_dlopen)", "no")
35
libxplc.so: LDFLAGS+=$(with_dlopen)
35
libxplc.so: LDLIBS+=$(with_dlopen)
36
endif
36
endif
37
endif
37
endif
38
38

Return to bug 132477