From 1b38081b7996c4784f8b467a172bbca54af63d7e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 10 Dec 2010 12:51:39 +0000 Subject: [PATCH] [packages] lzo: force full autoreconf, remove private libtool copy, supply missing macros SVN-Revision: 24414 --- libs/lzo/Makefile | 3 ++- libs/lzo/patches/001-autoconf-compat.patch | 11 ----------- ...-missing-macros.patch => 001-missing-macros.patch} | 0 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 libs/lzo/patches/001-autoconf-compat.patch rename libs/lzo/patches/{002-missing-macros.patch => 001-missing-macros.patch} (100%) diff --git a/libs/lzo/Makefile b/libs/lzo/Makefile index 5265016185..444f057bf9 100644 --- a/libs/lzo/Makefile +++ b/libs/lzo/Makefile @@ -15,7 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/ PKG_MD5SUM:=a383c7055a310e2a71b9ecd19cfea238 -PKG_FIXUP:=libtool no-autoreconf +PKG_FIXUP:=libtool +PKG_REMOVE_FILES:=aclocal.m4 autoconf/ltmain.sh PKG_INSTALL:=1 diff --git a/libs/lzo/patches/001-autoconf-compat.patch b/libs/lzo/patches/001-autoconf-compat.patch deleted file mode 100644 index 7dda83d8ed..0000000000 --- a/libs/lzo/patches/001-autoconf-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -48,7 +48,7 @@ AC_CANONICAL_TARGET - AM_MAINTAINER_MODE - - if test -z "$ac_abs_top_srcdir"; then -- _AC_SRCPATHS(.) -+ _AC_SRCDIRS(.) - fi - if test -r .Conf.settings1; then - . ./.Conf.settings1 diff --git a/libs/lzo/patches/002-missing-macros.patch b/libs/lzo/patches/001-missing-macros.patch similarity index 100% rename from libs/lzo/patches/002-missing-macros.patch rename to libs/lzo/patches/001-missing-macros.patch -- 2.30.2