summaryrefslogtreecommitdiffstats
path: root/package/lzo/lzo.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-14 09:33:44 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-14 09:33:44 +0200
commitd10125af7fa172d0bc5682d98b1aff627c6fd101 (patch)
tree9030ef3bd9f060221d9e5eb6f522f81a6ceba392 /package/lzo/lzo.mk
parent749213ffdf921f88d74cd7d587854dfe46b0405e (diff)
downloadbuildroot-novena-d10125af7fa172d0bc5682d98b1aff627c6fd101.tar.gz
buildroot-novena-d10125af7fa172d0bc5682d98b1aff627c6fd101.zip
lzo: bump version
This contains an updated build system, so the patches are no longer needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lzo/lzo.mk')
-rw-r--r--package/lzo/lzo.mk14
1 files changed, 2 insertions, 12 deletions
diff --git a/package/lzo/lzo.mk b/package/lzo/lzo.mk
index bfa66792d..d4195f6c4 100644
--- a/package/lzo/lzo.mk
+++ b/package/lzo/lzo.mk
@@ -3,19 +3,9 @@
# lzo
#
#############################################################
-LZO_VERSION:=2.03
-LZO_SOURCE:=lzo-$(LZO_VERSION).tar.gz
-LZO_SITE:=http://www.oberhumer.com/opensource/lzo/download
-LZO_AUTORECONF = NO
-
-# lzo's configure was generated by an old autoconf, and the
-# AC_CANONICAL_TARGET check fails in host-lzo when the cache has been
-# filled with ac_cv_build and ac_cv_host.
-HOST_LZO_AUTORECONF = YES
-
+LZO_VERSION = 2.05
+LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
LZO_INSTALL_STAGING = YES
-LZO_INSTALL_TARGET = YES
-LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
$(eval $(call AUTOTARGETS,package,lzo))
$(eval $(call AUTOTARGETS,package,lzo,host))