summaryrefslogtreecommitdiff
path: root/package/liblzo
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-28 23:05:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-28 23:05:32 +0200
commitf1dfd88a9669b5649e9c47b163ec52fc75e9eb78 (patch)
tree734b82533feca42850c4f6a2631aedd38070cc54 /package/liblzo
parentb2c15413414e1060938d682df3a0f2c9534cf012 (diff)
disable minitest, fails when lto is on
Diffstat (limited to 'package/liblzo')
-rw-r--r--package/liblzo/Makefile1
-rw-r--r--package/liblzo/patches/patch-Makefile_am11
2 files changed, 12 insertions, 0 deletions
diff --git a/package/liblzo/Makefile b/package/liblzo/Makefile
index 59bf34d5e..ddc72895f 100644
--- a/package/liblzo/Makefile
+++ b/package/liblzo/Makefile
@@ -22,6 +22,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call HOST_template,LIBLZO,liblzo,${PKG_VERSION}-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBLZO,liblzo,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},$(PKG_OPTS)))
+AUTOTOOL_STYLE:= autoreconf
MAKE_FLAGS+= CFLAGS_O="${TARGET_CFLAGS}"
liblzo-install:
diff --git a/package/liblzo/patches/patch-Makefile_am b/package/liblzo/patches/patch-Makefile_am
new file mode 100644
index 000000000..3626529e5
--- /dev/null
+++ b/package/liblzo/patches/patch-Makefile_am
@@ -0,0 +1,11 @@
+--- lzo-2.08.orig/Makefile.am 2014-06-29 11:38:49.000000000 +0200
++++ lzo-2.08/Makefile.am 2014-09-28 16:32:15.000000000 +0200
+@@ -182,8 +182,6 @@ tests_sizes_LDADD =
+ ##// SUBDIR minilzo
+ ##************************************************************************/
+
+-noinst_PROGRAMS += minilzo/testmini
+-
+ minilzo_testmini_SOURCES = minilzo/testmini.c minilzo/minilzo.c
+ minilzo_testmini_SHORTNAME = t
+ minilzo_testmini_CPPFLAGS = $(AM_CPPFLAGS)