aboutsummaryrefslogtreecommitdiffstats
path: root/package/snort/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-10 16:06:24 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-10 16:06:24 +0000
commiteccc8e9b8572057c6d0d5893bc95e151a9be7076 (patch)
treeb97901ef3f7cc44a098458b2f76056e24db0ef43 /package/snort/Makefile
parent4b30f2c041d2983c5c8707b004589ea085ac2abb (diff)
downloadmaster-187ad058-eccc8e9b8572057c6d0d5893bc95e151a9be7076.tar.gz
master-187ad058-eccc8e9b8572057c6d0d5893bc95e151a9be7076.tar.bz2
master-187ad058-eccc8e9b8572057c6d0d5893bc95e151a9be7076.zip
Fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort/Makefile')
-rw-r--r--package/snort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile
index c58fa75e8d..630ac127ec 100644
--- a/package/snort/Makefile
+++ b/package/snort/Makefile
@@ -100,7 +100,7 @@ $(PKG_BUILD_DIR)/$(2): $(PKG_BUILD_DIR)/.prepared
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/mysql" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql" \
+ LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql" \
./configure \
$(PKG_CONFIGURE_OPTS) \
$$($(1)_CONFIGURE_OPTS) \