svn commit: r332437 - head/lang/php53

Florian Smeets flo at FreeBSD.org
Sat Nov 2 00:56:24 UTC 2013


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 at 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"


More information about the svn-ports-all mailing list