summaryrefslogtreecommitdiff
path: root/package/tinycdb/patches/patch-Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/tinycdb/patches/patch-Makefile
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/tinycdb/patches/patch-Makefile')
-rw-r--r--package/tinycdb/patches/patch-Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/package/tinycdb/patches/patch-Makefile b/package/tinycdb/patches/patch-Makefile
index f539666f7..6a805a193 100644
--- a/package/tinycdb/patches/patch-Makefile
+++ b/package/tinycdb/patches/patch-Makefile
@@ -1,5 +1,5 @@
--- tinycdb-0.77.orig/Makefile 2009-01-31 18:12:21.000000000 +0100
-+++ tinycdb-0.77/Makefile 2011-12-04 11:35:29.779689052 +0100
++++ tinycdb-0.77/Makefile 2012-07-26 13:52:51.000000000 +0200
@@ -7,7 +7,7 @@
VERSION = 0.77
@@ -9,7 +9,7 @@
exec_prefix=$(prefix)
bindir=$(exec_prefix)/bin
libdir=$(exec_prefix)/lib
-@@ -18,8 +18,8 @@ mandir=$(prefix)/man
+@@ -18,12 +18,12 @@ mandir=$(prefix)/man
NSSCDB_DIR = $(sysconfdir)
DESTDIR=
@@ -18,5 +18,11 @@
+CC ?= cc
+CFLAGS ?= -O
- AR = ar
+-AR = ar
++AR ?= ar
ARFLAGS = rv
+-RANLIB = ranlib
++RANLIB ?= ranlib
+
+ NSS_CDB = libnss_cdb.so.2
+ LIBBASE = libcdb