Linking sqlite library fails when using non-world compiler. How-To-Repeat: ccache example: cd /usr/ports/databases/sqlite3 && CC=/usr/local/libexec/ccache/world-cc make fails with error: libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' gmake: *** [libsqlite3.la] Error 1
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer
mnag 2007-08-01 14:22:13 UTC FreeBSD ports repository Modified files: databases/sqlite3 Makefile distinfo databases/sqlite3/files fts1_patch-Makefile.in Added files: databases/sqlite3/files fts12_patch-Makefile.in fts2_patch-Makefile.in patch-ext__fts2__fts2.c patch-ext__fts2__fts2_porter.c patch-ext__fts2__fts2_tokenizer1.c Log: - Update to 3.4.1 - Make sqlite3 respect CC [1] - Add support for FTS2 [2] PR: 112286 [1], 113477 [2] Submitted by: Sergey Prikhodko <sergey___network-asp.biz> [1], Anton Berezin <tobez___FreeBSD.org> [2] Revision Changes Path 1.29 +13 -3 ports/databases/sqlite3/Makefile 1.21 +3 -3 ports/databases/sqlite3/distinfo 1.1 +71 -0 ports/databases/sqlite3/files/fts12_patch-Makefile.in (new) 1.2 +8 -8 ports/databases/sqlite3/files/fts1_patch-Makefile.in 1.1 +58 -0 ports/databases/sqlite3/files/fts2_patch-Makefile.in (new) 1.1 +12 -0 ports/databases/sqlite3/files/patch-ext__fts2__fts2.c (new) 1.1 +14 -0 ports/databases/sqlite3/files/patch-ext__fts2__fts2_porter.c (new) 1.1 +14 -0 ports/databases/sqlite3/files/patch-ext__fts2__fts2_tokenizer1.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!