summaryrefslogtreecommitdiff
path: root/ACE/debian/patches/15-fix-lzo-flags.diff
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/debian/patches/15-fix-lzo-flags.diff')
-rw-r--r--ACE/debian/patches/15-fix-lzo-flags.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/debian/patches/15-fix-lzo-flags.diff b/ACE/debian/patches/15-fix-lzo-flags.diff
new file mode 100644
index 00000000000..59d14458bc6
--- /dev/null
+++ b/ACE/debian/patches/15-fix-lzo-flags.diff
@@ -0,0 +1,22 @@
+Description: hardcode LZO headers location
+ Use LZO2 instead of LZO, and replace variable with Debian path
+Forwarded: not-needed
+Author: Thomas Girard <thomas.g.girard@free.fr>
+Last-Update: 2011-02-13
+
+--- a/MPC/config/lzo1.mpb
++++ b/MPC/config/lzo1.mpb
+@@ -8,11 +8,11 @@ feature(lzo1) {
+ LZO1_INCDIR
+ $(LZO1_ROOT)/include
+ }
+- includes += $(LZO1_INCDIR)
++ includes += /usr/include/lzo
+ libpaths += $(LZO1_ROOT)/lib
+ specific (prop:microsoft) {
+ lit_libs += liblzo
+ } else {
+- lit_libs += lzo
++ lit_libs += lzo2
+ }
+ }