Summary: | LDFLAGS missing in databases/php53-sqlite3 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | birger.schacht |
Component: | Individual Port(s) | Assignee: | Florian Smeets <flo> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
birger.schacht
2013-10-12 16:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->flo Over to maintainer (via the GNATS Auto Assign Tool) Author: flo Date: Sat Nov 2 00:56:23 2013 New Revision: 332437 URL: http://svnweb.freebsd.org/changeset/ports/332437 Log: Add LDFLAGS to the sqlite3 section, otherwise configure cannot properly detect whether sqlite3 was built with sqlite3_load_extension or not. PR: ports/182927 Submitted by: Birger Schacht <birger.schacht@tuwien.ac.at> Modified: head/lang/php53/Makefile.ext Modified: head/lang/php53/Makefile.ext ============================================================================== --- head/lang/php53/Makefile.ext Sat Nov 2 00:51:49 2013 (r332436) +++ head/lang/php53/Makefile.ext Sat Nov 2 00:56:23 2013 (r332437) @@ -372,6 +372,7 @@ UTF8_DESC= UTF-8 support .if ${PHP_MODNAME} == "sqlite3" USE_SQLITE= yes CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} +LDFLAGS+= -L${LOCALBASE}/lib .endif .if ${PHP_MODNAME} == "sybase_ct" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! hi, this problem also exists in php5.4, php5.5 and php5.6. the LDFLAGS should be added in any of these Makefile.exts in the sqlite3 block. thanks, birger php53 is no more... |