X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/05191c0943893f982a44a562d4cd3921dac518cc..bdd94763c1c3c236e2bd8b2282dad526e08bbb66:/openwrt/package/snort/Makefile diff --git a/openwrt/package/snort/Makefile b/openwrt/package/snort/Makefile index c58fa75e8..630ac127e 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) \