diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 10:36:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 10:36:25 +0000 |
commit | f94411e910004035c83c3b8261b0790590aaba37 (patch) | |
tree | d3fd2b6717b736f1da3ea38940cae48d5d447053 /package/libpcap/patches/102-makefile_disable_manpages.patch | |
parent | 50d2a84a2157079a4e040a90fbd062f4b2a98cb8 (diff) | |
download | upstream-f94411e910004035c83c3b8261b0790590aaba37.tar.gz upstream-f94411e910004035c83c3b8261b0790590aaba37.tar.bz2 upstream-f94411e910004035c83c3b8261b0790590aaba37.zip |
libpcap: add -fpic, refresh patches
SVN-Revision: 26999
Diffstat (limited to 'package/libpcap/patches/102-makefile_disable_manpages.patch')
-rw-r--r-- | package/libpcap/patches/102-makefile_disable_manpages.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpcap/patches/102-makefile_disable_manpages.patch b/package/libpcap/patches/102-makefile_disable_manpages.patch index e9cde4f46a..7756c99ead 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 +@@ -539,62 +539,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) |