diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-24 10:42:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-05-24 10:42:49 +0000 |
commit | 1da26a536ce9025d3cda68b670905168e1900f23 (patch) | |
tree | 426692f1248504cb8c75db078e34c5ee309d2c08 /package/libpcap/patches/102-makefile_disable_manpages.patch | |
parent | f94411e910004035c83c3b8261b0790590aaba37 (diff) | |
download | upstream-1da26a536ce9025d3cda68b670905168e1900f23.tar.gz upstream-1da26a536ce9025d3cda68b670905168e1900f23.tar.bz2 upstream-1da26a536ce9025d3cda68b670905168e1900f23.zip |
libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)
SVN-Revision: 27000
Diffstat (limited to 'package/libpcap/patches/102-makefile_disable_manpages.patch')
-rw-r--r-- | package/libpcap/patches/102-makefile_disable_manpages.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libpcap/patches/102-makefile_disable_manpages.patch b/package/libpcap/patches/102-makefile_disable_manpages.patch index 7756c99ead..4674df51e4 100644 --- a/package/libpcap/patches/102-makefile_disable_manpages.patch +++ b/package/libpcap/patches/102-makefile_disable_manpages.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -539,62 +539,12 @@ install: install-shared install-archive +@@ -532,62 +532,12 @@ install: install-shared install-archive (mkdir -p $(DESTDIR)$(includedir); chmod 755 $(DESTDIR)$(includedir)) [ -d $(DESTDIR)$(includedir)/pcap ] || \ (mkdir -p $(DESTDIR)$(includedir)/pcap; chmod 755 $(DESTDIR)$(includedir)/pcap) @@ -62,8 +62,8 @@ - $(DESTDIR)$(mandir)/man@MAN_MISC_INFO@/`echo $$i | sed 's/.manmisc.in/.@MAN_MISC_INFO@/'`; done install-shared: install-shared-$(DYEXT) - install-shared-so: libpcap.so -@@ -654,23 +604,6 @@ uninstall: uninstall-shared + install-shared-so: $(SHAREDLIB) +@@ -642,23 +592,6 @@ uninstall: uninstall-shared rm -f $(DESTDIR)$(includedir)/$$i; done -rmdir $(DESTDIR)$(includedir)/pcap rm -f $(DESTDIR)/$(bindir)/pcap-config |