summaryrefslogtreecommitdiff
path: root/package/tinycdb/patches/patch-Makefile.orig
diff options
context:
space:
mode:
Diffstat (limited to 'package/tinycdb/patches/patch-Makefile.orig')
-rw-r--r--package/tinycdb/patches/patch-Makefile.orig13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/tinycdb/patches/patch-Makefile.orig b/package/tinycdb/patches/patch-Makefile.orig
new file mode 100644
index 000000000..73ae2cd10
--- /dev/null
+++ b/package/tinycdb/patches/patch-Makefile.orig
@@ -0,0 +1,13 @@
+--- tinycdb-0.77.orig/Makefile 2009-01-31 18:12:21.000000000 +0100
++++ tinycdb-0.77/Makefile 2011-12-04 11:34:00.495686810 +0100
+@@ -18,8 +18,8 @@ mandir=$(prefix)/man
+ NSSCDB_DIR = $(sysconfdir)
+ DESTDIR=
+
+-CC = cc
+-CFLAGS = -O
++CC ?= cc
++CFLAGS ?= -O
+
+ AR = ar
+ ARFLAGS = rv