You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/rp-pppoe/files/rp-pppoe-3.11-gentoo.patch

12 lines
333 B

--- rp-pppoe-3.11/gui/Makefile.in
+++ rp-pppoe-3.11/gui/Makefile.in
@@ -37,7 +37,7 @@
@echo "Type 'make install' as root to install the software."
pppoe-wrapper: wrapper.o
- @CC@ -o pppoe-wrapper wrapper.o
+ @CC@ $(CFLAGS) $(LDFLAGS) -o pppoe-wrapper wrapper.o
wrapper.o: wrapper.c
@CC@ $(CFLAGS) -c -o wrapper.o wrapper.c