summaryrefslogtreecommitdiff
path: root/package/liblzo
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-05 16:13:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-05 16:13:37 +0100
commit61629a527144e01ebcf25cffac48e48c01526af2 (patch)
tree92ff8b2f38dfb7b27de349fe04e0be2be1221698 /package/liblzo
parentd61b82a6920ff6c499bafb3579733b18177f2fa0 (diff)
update to latest upstream version
Diffstat (limited to 'package/liblzo')
-rw-r--r--package/liblzo/Makefile4
-rw-r--r--package/liblzo/patches/patch-autoconf_ltmain_sh22
2 files changed, 13 insertions, 13 deletions
diff --git a/package/liblzo/Makefile b/package/liblzo/Makefile
index 736e1d2fd..5aecc028b 100644
--- a/package/liblzo/Makefile
+++ b/package/liblzo/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= lzo
-PKG_VERSION:= 2.03
+PKG_VERSION:= 2.04
PKG_RELEASE:= 1
-PKG_MD5SUM:= 0c3d078c2e8ea5a88971089a2f02a726
+PKG_MD5SUM:= a383c7055a310e2a71b9ecd19cfea238
PKG_DESCR:= a real-time data compression library
PKG_SECTION:= libs
PKG_URL:= http://www.oberhumer.com/opensource/lzo
diff --git a/package/liblzo/patches/patch-autoconf_ltmain_sh b/package/liblzo/patches/patch-autoconf_ltmain_sh
index 9984105f8..d808a9833 100644
--- a/package/liblzo/patches/patch-autoconf_ltmain_sh
+++ b/package/liblzo/patches/patch-autoconf_ltmain_sh
@@ -1,11 +1,11 @@
---- lzo-2.03.orig/autoconf/ltmain.sh 2008-04-30 14:51:49.000000000 +0200
-+++ lzo-2.03/autoconf/ltmain.sh 2011-01-15 19:26:34.000000000 +0100
-@@ -1623,7 +1623,7 @@ EOF
- # -pg pass through profiling flag for GCC
- # @file GCC response files
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \
-- -t[45]*|-txscale*|@*)
-+ -t[45]*|-txscale*|@*|-fstack-protector*|-flto)
-
- # Unknown arguments in both finalize_command and compile_command need
- # to be aesthetically quoted because they are evaled later.
+--- lzo-2.04.orig/autoconf/ltmain.sh 2010-10-31 18:21:28.000000000 +0100
++++ lzo-2.04/autoconf/ltmain.sh 2011-02-04 21:48:26.000000000 +0100
+@@ -5091,7 +5091,7 @@ func_mode_link ()
+ # @file GCC response files
+ # -tp=* Portland pgcc target processor selection
+ -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto)
+ func_quote_for_eval "$arg"
+ arg="$func_quote_for_eval_result"
+ func_append compile_command " $arg"