diff options
Diffstat (limited to 'sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch')
-rw-r--r-- | sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch b/sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch deleted file mode 100644 index a1684b3cc8f2..000000000000 --- a/sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/151307 - ---- iproute2-2.6.18-061002/genl/Makefile -+++ iproute2-2.6.18-061002/genl/Makefile -@@ -7,14 +7,15 @@ - - GENLLIB := - -+LDLIBS += -lm -ldl --LDFLAGS += -Wl,-export-dynamic -lm -ldl -+LDFLAGS += -Wl,-export-dynamic - - all: genl - - genl: $(GENLOBJ) $(LIBNETLINK) $(LIBUTIL) $(GENLLIB) - - install: all -- install -m 0755 -s genl $(DESTDIR)$(SBINDIR) -+ install -m 0755 genl $(DESTDIR)$(SBINDIR) - - clean: - rm -f $(GENLOBJ) $(GENLLIB) genl |