diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 16:06:24 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 16:06:24 +0000 |
commit | 14428f9a610d763126cbcf9b841dd2140aa7d8eb (patch) | |
tree | 8d5d1cb1834673f54bf26163e53efd692657d167 /openwrt/package/snort/Makefile | |
parent | 62ad947afed2dc3df42d295eec5c0afb0fbca513 (diff) |
Fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/snort/Makefile')
-rw-r--r-- | openwrt/package/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/snort/Makefile b/openwrt/package/snort/Makefile index c58fa75e8d..630ac127ec 100644 --- a/openwrt/package/snort/Makefile +++ b/openwrt/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) \ |