Remove GLIBC 2.7 depedency from Webternet extension (no bug, r=dvander).

This commit is contained in:
Scott Ehlert 2014-02-09 15:20:30 -06:00
parent eb0d2efa48
commit 6151a39b7f

View File

@ -20,6 +20,8 @@ elif builder.target_platform is 'windows':
'CURL_STATICLIB',
'CURL_DISABLE_LDAP',
]
elif builder.target_platform is 'linux':
binary.compiler.defines += ['_GNU_SOURCE']
binary.sources += [
'base64.c',