From: swalker Date: Mon, 18 Jan 2010 04:24:08 +0000 (+0000) Subject: [packages] libidn: update to 1.16 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=46f5cbbfd3274bb4a3cf3a0f2457d3e841137459;p=packages.git [packages] libidn: update to 1.16 git-svn-id: svn://svn.openwrt.org/openwrt/packages@19213 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libidn/Makefile b/libs/libidn/Makefile index 0a07441eb..b4b16a5cb 100644 --- a/libs/libidn/Makefile +++ b/libs/libidn/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 2009 OpenWrt.org +# +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libidn -PKG_VERSION:=1.15 +PKG_VERSION:=1.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libidn -PKG_MD5SUM:=482a25b7b223e52f967fafd284a1a992 +PKG_MD5SUM:=a6af62602fa71bc1b90ce246dd208bd6 + +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -35,13 +38,8 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ -define Build/Compile - $(call Build/Compile/Default, \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - CC="$(TARGET_CC)" \ - all install \ - ) -endef +MAKE_FLAGS += \ + CC="$(TARGET_CC)" \ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include