diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 15:25:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 15:25:58 +0000 |
commit | f9e805e6a3083551b18cae36e74c9b7e1458cc7b (patch) | |
tree | dd68e712b598fa030cc78916f830f4d1dfe04a2c /package/libpcap/Makefile | |
parent | 9cf6bdac93c4ae18850ebbde074dd3eaed28c14e (diff) | |
download | upstream-f9e805e6a3083551b18cae36e74c9b7e1458cc7b.tar.gz upstream-f9e805e6a3083551b18cae36e74c9b7e1458cc7b.tar.bz2 upstream-f9e805e6a3083551b18cae36e74c9b7e1458cc7b.zip |
add sitefiles similar to the ones from openembedded
SVN-Revision: 5232
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index f8de02d559..93a090d3d6 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -38,7 +38,6 @@ define Build/Configure CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ - ac_cv_linux_vers= \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ |