From c5228684886472c1298a8050fa58e32e734773c4 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Sat, 2 Nov 2013 00:56:23 +0000 Subject: 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 --- lang/php53/Makefile.ext | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/php53') 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" -- cgit v1.2.3