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

This commit is contained in:
Scott Ehlert 2014-02-09 15:19:17 -06:00
parent 79f825cc44
commit 0ab8f4a1bd

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',