Comment 9 for bug 1669069

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This is working now just fine:
--- lrzip-0.631/debian/rules 2014-03-28 19:08:25.000000000 +0100
+++ lrzip-0.631/debian/rules 2017-03-02 10:23:30.000000000 +0100
@@ -10,8 +10,13 @@

 include /usr/share/dpkg/buildflags.mk
 CFLAGS += -Wall -pedantic
+CXXFLAGS += -Wall -pedantic
 LDFLAGS += -Wl,--as-needed

+# Disable Jit as it is x86 >=sse2 only which can not be guaranteed
+# https://bugs.launchpad.net/cloud-images/+bug/1668876
+CXXFLAGS += -DNOJIT
+