Skip to content

Commit 05a3c2a

Browse files
committed
MFB: Tell linker that we're using stati libcurl
1 parent 3a659a6 commit 05a3c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/curl/config.w32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if (PHP_CURL != "no") {
1313
EXTENSION("curl", "interface.c multi.c streams.c");
1414
AC_DEFINE('HAVE_CURL', 1, 'Have cURL library');
1515
AC_DEFINE('HAVE_CURL_SSL', 1, 'Have SSL suppurt in cURL');
16+
ADD_FLAG("CFLAGS_CURL", "/D CURL_STATICLIB");
1617
// TODO: check for curl_version_info
1718
// AC_DEFINE('PHP_CURL_URL_WRAPPERS', 0, 'Use curl for URL wrappers [experimental]');
1819
} else {

0 commit comments

Comments
 (0)