[packages] argtable: update to 2.13

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30619 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2012-02-17 20:30:30 +00:00
parent f4aa557954
commit 3fa7ba6f05

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2007-2010 OpenWrt.org # Copyright (C) 2007-2012 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=argtable PKG_NAME:=argtable
PKG_VERSION:=2.12 PKG_VERSION:=2.13
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)2-12.tar.gz PKG_SOURCE:=$(PKG_NAME)2-13.tar.gz
PKG_SOURCE_URL:=@SF/argtable PKG_SOURCE_URL:=@SF/argtable
PKG_MD5SUM:=291e249ea60f4d0637e467356a8ae41a PKG_MD5SUM:=156773989d0d6406cea36526d3926668
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-12 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-13
PKG_FIXUP:=libtool PKG_FIXUP:=libtool
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -39,6 +39,7 @@ define Package/argtable/description
endef endef
TARGET_CFLAGS += $(FPIC) TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \