libs/lzo: update to version 2.04, fix compile issues
authorAlexandros C. Couloumbis <alex@ozo.com>
Fri, 10 Dec 2010 12:39:17 +0000 (12:39 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Fri, 10 Dec 2010 12:39:17 +0000 (12:39 +0000)
SVN-Revision: 24412

libs/lzo/Makefile

index cf87511bbf36e7e230069fbca685240de48cb92f..03d1fbd8712450577af8408bc5716be9c5bfb9f3 100644 (file)
@@ -8,14 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lzo
-PKG_VERSION:=2.03
-PKG_RELEASE:=3
+PKG_VERSION:=2.04
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/
-PKG_MD5SUM:=0c3d078c2e8ea5a88971089a2f02a726
+PKG_MD5SUM:=a383c7055a310e2a71b9ecd19cfea2380c3d078c2e8ea5a88971089a2f02a726
+
+PKG_FIXUP:=libtool no-autoreconf
 
-PKG_FIXUP:=libtool
 PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk