diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-24 12:07:28 +0100 |
commit | ac46e350e174e78a55a348eda775665ae0eb3277 (patch) | |
tree | 5574ba5e9a7108554683edb25bcd4b99599b8fa7 /package/libpcap/patches/patch-Makefile_in | |
parent | 89aa2adc650176b493075e1d8e64f1b6cc635d90 (diff) |
update gcc, glibc and fix build breakage
Diffstat (limited to 'package/libpcap/patches/patch-Makefile_in')
-rw-r--r-- | package/libpcap/patches/patch-Makefile_in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libpcap/patches/patch-Makefile_in b/package/libpcap/patches/patch-Makefile_in deleted file mode 100644 index d967498c3..000000000 --- a/package/libpcap/patches/patch-Makefile_in +++ /dev/null @@ -1,13 +0,0 @@ ---- libpcap-1.1.1.orig/Makefile.in 2010-04-05 19:54:05.000000000 +0200 -+++ libpcap-1.1.1/Makefile.in 2010-12-08 23:30:21.000000000 +0100 -@@ -474,8 +474,8 @@ bpf_filter.o: bpf_filter.c - # - pcap-config: $(srcdir)/pcap-config.in - @rm -f $@ $@.tmp -- sed -e 's|@includedir[@]|$(includedir)|g' \ -- -e 's|@libdir[@]|$(libdir)|g' \ -+ sed -e 's|@includedir[@]|$(STAGING_TARGET_DIR)$(includedir)|g' \ -+ -e 's|@libdir[@]|$(STAGING_TARGET_DIR)$(libdir)|g' \ - -e 's|@LIBS[@]|$(LIBS)|g' \ - -e 's|@V_RPATH_OPT[@]|$(V_RPATH_OPT)|g' \ - $(srcdir)/pcap-config.in >$@.tmp |