diff options
author | 2006-10-14 19:35:12 +0000 | |
---|---|---|
committer | 2006-10-14 19:35:12 +0000 | |
commit | 14e83675a6868b13af88a4326d66f66d4e2b93e9 (patch) | |
tree | 499db22ceaa4409e2a0ab48bb86e98ad063f9792 /sys-apps/iproute2/files | |
parent | Stable on Alpha. (diff) | |
download | historical-14e83675a6868b13af88a4326d66f66d4e2b93e9.tar.gz historical-14e83675a6868b13af88a4326d66f66d4e2b93e9.tar.bz2 historical-14e83675a6868b13af88a4326d66f66d4e2b93e9.zip |
Fixup genl subdir #151307 by Maarten Maathuis.
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'sys-apps/iproute2/files')
-rw-r--r-- | sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 000000000000..a1684b3cc8f2 --- /dev/null +++ b/sys-apps/iproute2/files/iproute2-2.6.18.20061002-genl.patch @@ -0,0 +1,22 @@ +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 |