diff --git a/libs/lzo/Makefile b/libs/lzo/Makefile index 526501618..444f057bf 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 7dda83d8e..000000000 --- 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