[packages] Add missing libtool fixups
[openwrt/svn-archive/archive.git] / libs / pcre / Makefile
index 2521cc8d3da0b3afd5ea03abfc0a3bdfc8e948ed..a8368a01c47cd91d959f5808bd2b0442267fd3ca 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pcre
-PKG_VERSION:=7.9
-PKG_RELEASE:=1
+PKG_VERSION:=8.01
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/pcre
-PKG_MD5SUM:=b6a9669d1863423f01ea46cdf00f93dc
+PKG_MD5SUM:=413be1c23dabe91f637fb3770f640006
+
+PKG_FIXUP:=libtool
 
 include $(INCLUDE_DIR)/package.mk