diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:05:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:05:32 +0200 |
commit | f1dfd88a9669b5649e9c47b163ec52fc75e9eb78 (patch) | |
tree | 734b82533feca42850c4f6a2631aedd38070cc54 /package/liblzo/patches | |
parent | b2c15413414e1060938d682df3a0f2c9534cf012 (diff) |
disable minitest, fails when lto is on
Diffstat (limited to 'package/liblzo/patches')
-rw-r--r-- | package/liblzo/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
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) |