Fix build under Cygwin.

* For Cygwin build -no-undefined is needed for libtool.
This commit is contained in:
ryoon 2013-07-30 13:56:20 +00:00
parent 24db01e23b
commit c8d39b8225
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.5 2013/02/27 12:38:12 ryoon Exp $
$NetBSD: distinfo,v 1.6 2013/07/30 13:56:20 ryoon Exp $
SHA1 (tinycdb-0.78.tar.gz) = ade42ee1e7c56f66a63cb933206c089b9983adba
RMD160 (tinycdb-0.78.tar.gz) = d37c3d35f687574def9e5a161bcdd5ae9a7da4d0
Size (tinycdb-0.78.tar.gz) = 36754 bytes
SHA1 (patch-BSDmakefile) = ed40d49b094c56d9f2cea8688e6446035a866f01
SHA1 (patch-BSDmakefile) = 3cbd21dd18cbb97003c3034592df0b4f2534174d
SHA1 (patch-libcdb.pc) = c4e027ab43ce21320c8c81c7a325108fa2aa4fb9

View file

@ -1,4 +1,4 @@
$NetBSD: patch-BSDmakefile,v 1.1 2013/02/27 12:38:12 ryoon Exp $
$NetBSD: patch-BSDmakefile,v 1.2 2013/07/30 13:56:20 ryoon Exp $
--- BSDmakefile.orig 2012-12-19 17:49:56.000000000 +0000
+++ BSDmakefile
@ -9,7 +9,7 @@ $NetBSD: patch-BSDmakefile,v 1.1 2013/02/27 12:38:12 ryoon Exp $
+VERSION= 0.78
+
+CFLAGS+= -D_FILE_OFFSET_BITS=64
+
+LDFLAGS+= -no-undefined
+
+OBJS= cdb_init.o cdb_find.o cdb_findnext.o cdb_seq.o cdb_seek.o \
+ cdb_unpack.o \