diff options
author | flo <flo@FreeBSD.org> | 2013-11-02 08:56:23 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-11-02 08:56:23 +0800 |
commit | d25283b962b99361884465569b7ae8994e314f81 (patch) | |
tree | e72bc9fd99c9ce6affe3cd2d67b7227299455478 /lang | |
parent | fa813816188c0f670029929c1e9bf5233e4dd523 (diff) | |
download | freebsd-ports-gnome-d25283b962b99361884465569b7ae8994e314f81.tar.gz freebsd-ports-gnome-d25283b962b99361884465569b7ae8994e314f81.tar.zst freebsd-ports-gnome-d25283b962b99361884465569b7ae8994e314f81.zip |
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>
Diffstat (limited to 'lang')
-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" |