summaryrefslogtreecommitdiff
path: root/package/lzo/lzo-2.03-fix-configure-ac.patch
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-2.03-fix-configure-ac.patch
parent749213ffdf921f88d74cd7d587854dfe46b0405e (diff)
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-2.03-fix-configure-ac.patch')
-rw-r--r--package/lzo/lzo-2.03-fix-configure-ac.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/lzo/lzo-2.03-fix-configure-ac.patch b/package/lzo/lzo-2.03-fix-configure-ac.patch
deleted file mode 100644
index 26aece7b4..000000000
--- a/package/lzo/lzo-2.03-fix-configure-ac.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-_AC_SRCPATHS doesn't exist in autoconf, _AC_SRCDIRS should be used
-instead according to many reports found by Google.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: lzo-2.03/configure.ac
-===================================================================
---- lzo-2.03.orig/configure.ac
-+++ lzo-2.03/configure.ac
-@@ -48,7 +48,7 @@
- AM_MAINTAINER_MODE
-
- if test -z "$ac_abs_top_srcdir"; then
-- _AC_SRCPATHS(.)
-+ _AC_SRCDIRS(.)
- fi
- if test -r .Conf.settings1; then
- . ./.Conf.settings1