summaryrefslogtreecommitdiff
path: root/community/lz4/01-fix-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lz4/01-fix-include.patch')
-rw-r--r--community/lz4/01-fix-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/lz4/01-fix-include.patch b/community/lz4/01-fix-include.patch
new file mode 100644
index 000000000..960fb3674
--- /dev/null
+++ b/community/lz4/01-fix-include.patch
@@ -0,0 +1,11 @@
+--- a/programs/Makefile 2014-01-07 22:03:45.197517981 +0100
++++ b/programs/Makefile 2014-01-07 22:03:43.126477362 +0100
+@@ -34,7 +34,7 @@
+ DESTDIR=
+ PREFIX=/usr
+ CC=gcc
+-CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
++CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
+
+ BINDIR=$(PREFIX)/bin
+ MANDIR=$(PREFIX)/share/man/man1