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/xl2tpd/files/xl2tpd-1.3.0-LDFLAGS.patch

16 lines
387 B

"Submitted" upstream: https://github.com/xelerance/xl2tpd/pull/4
=== modified file 'Makefile'
--- Makefile 2011-09-20 04:44:23 +0000
+++ Makefile 2011-09-20 04:44:35 +0000
@@ -114,7 +114,7 @@
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
$(CONTROL_EXEC): $(CONTROL_SRCS)
- $(CC) $(CONTROL_SRCS) -o $@
+ $(CC) $(LDFLAGS) $(CONTROL_SRCS) -o $@
pfc:
$(CC) $(CFLAGS) -c contrib/pfc.c