Bug 112286 - make sqlite3 respect CC
Summary: make sqlite3 respect CC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-01 09:20 UTC by sergey
Modified: 2007-08-01 15:30 UTC (History)
1 user (show)

See Also:


Attachments
patch-sqlite3 (465 bytes, text/plain)
2007-05-01 09:20 UTC, sergey
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sergey 2007-05-01 09:20:03 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-01 09:31:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-01 15:22:19 UTC
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"
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2007-08-01 15:24:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!