From d10125af7fa172d0bc5682d98b1aff627c6fd101 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 14 Jul 2011 09:33:44 +0200 Subject: lzo: bump version This contains an updated build system, so the patches are no longer needed. Signed-off-by: Peter Korsgaard --- package/lzo/lzo.mk | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'package/lzo/lzo.mk') 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)) -- cgit v1.2.3