diff options
author | Alin Năstac <mrness@gentoo.org> | 2010-09-19 11:31:22 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2010-09-19 11:31:22 +0000 |
commit | 287b1f2ed25c64a25a61aa973fc47f491a729d8e (patch) | |
tree | 679abc36dd0d3c7f70a638482f637401315dc982 /net-dialup/xl2tpd/files | |
parent | Remove old versions. (diff) | |
download | gentoo-2-287b1f2ed25c64a25a61aa973fc47f491a729d8e.tar.gz gentoo-2-287b1f2ed25c64a25a61aa973fc47f491a729d8e.tar.bz2 gentoo-2-287b1f2ed25c64a25a61aa973fc47f491a729d8e.zip |
Fix lns IP allocation by removing flag-o-matic inheritance (FFLAGS is used in Makefile).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/xl2tpd/files')
-rw-r--r-- | net-dialup/xl2tpd/files/xl2tpd-1.2.3-as-needed.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-dialup/xl2tpd/files/xl2tpd-1.2.3-as-needed.patch b/net-dialup/xl2tpd/files/xl2tpd-1.2.3-as-needed.patch deleted file mode 100644 index fce2349471f5..000000000000 --- a/net-dialup/xl2tpd/files/xl2tpd-1.2.3-as-needed.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru xl2tpd-1.2.3.orig/Makefile xl2tpd-1.2.3/Makefile ---- xl2tpd-1.2.3.orig/Makefile 2008-10-27 17:28:14.000000000 +0000 -+++ xl2tpd-1.2.3/Makefile 2009-01-11 12:49:37.000000000 +0000 -@@ -113,7 +113,7 @@ - - pfc: - $(CC) $(CFLAGS) -c contrib/pfc.c -- $(CC) $(LDFLAGS) -lpcap $(LDLIBS) -o pfc pfc.o -+ $(CC) $(LDFLAGS) -o pfc pfc.o -lpcap $(LDLIBS) - - romfs: - $(ROMFSINST) /bin/$(EXEC) |