update libnfnetlink to 0.0.39

Updates libnfnetlink to the current version 0.0.39

This version is more portable as it respects byte alignment. This is
required e.g. for ARM5.

Signed-off-by: Fabian Hugelshofer <hugelshofer2006@gmx.ch>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11921 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
agb 2008-07-25 07:26:37 +00:00
parent a14070d187
commit f1fc8f8910

View File

@ -9,15 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnfnetlink
PKG_VERSION:=0.0.38
PKG_VERSION:=0.0.39
PKG_RELEASE:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.netfilter.org/pub/libnfnetlink/
PKG_MD5SUM:=014aa52e39f2b8f296a307ba712ba3c1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_MD5SUM:=348fed8c1edbe5b873ffc7b192140093
include $(INCLUDE_DIR)/package.mk