Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 00:56:24 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332437 - head/lang/php53
Message-ID:  <201311020056.rA20uOq6033870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311020056.rA20uOq6033870>