projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4184551
)
libs/lzo: update to version 2.04, fix compile issues
author
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 10 Dec 2010 12:39:17 +0000
(12:39 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Fri, 10 Dec 2010 12:39:17 +0000
(12:39 +0000)
SVN-Revision: 24412
libs/lzo/Makefile
patch
|
blob
|
history
diff --git
a/libs/lzo/Makefile
b/libs/lzo/Makefile
index cf87511bbf36e7e230069fbca685240de48cb92f..03d1fbd8712450577af8408bc5716be9c5bfb9f3 100644
(file)
--- a/
libs/lzo/Makefile
+++ b/
libs/lzo/Makefile
@@
-8,14
+8,15
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=lzo
-PKG_VERSION:=2.0
3
-PKG_RELEASE:=
3
+PKG_VERSION:=2.0
4
+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