diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-11-02 00:56:23 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-11-02 00:56:23 +0000 |
commit | c5228684886472c1298a8050fa58e32e734773c4 (patch) | |
tree | e72bc9fd99c9ce6affe3cd2d67b7227299455478 /lang/php53 | |
parent | Update to 2.4.37 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=332437
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 8b488f0c822a..e35398787941 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -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" |