diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 15:23:25 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 15:23:25 +0000 |
commit | cbb46461fee3098730c7d578244b153b3d7aad4e (patch) | |
tree | 2b1f8fedf01382aada506ea548a9dd4f190dae84 /openwrt/package/snort/Makefile | |
parent | 7e201312d71b69e65dbba227a2ab2a6a49d28f42 (diff) |
update snort to 2.4.4 (thanks to Richard Nadeau)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3567 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/snort/Makefile')
-rw-r--r-- | openwrt/package/snort/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/snort/Makefile b/openwrt/package/snort/Makefile index 9f265508f..04a6efc37 100644 --- a/openwrt/package/snort/Makefile +++ b/openwrt/package/snort/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort -PKG_VERSION:=2.3.3 +PKG_VERSION:=2.4.4 PKG_RELEASE:=1 -PKG_MD5SUM:=06bf140893e7cb120aaa9372d10a0100 +PKG_MD5SUM:=9dc9060d1f2e248663eceffadfc45e7e PKG_SOURCE_URL:=http://www.snort.org/dl/current/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -99,8 +99,8 @@ $(PKG_BUILD_DIR)/$(2): $(PKG_BUILD_DIR)/.prepared (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/mysql" \ - LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql" \ + CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include/mysql" \ + LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib/mysql" \ ./configure \ $(PKG_CONFIGURE_OPTS) \ $$($(1)_CONFIGURE_OPTS) \ |