Remove GLIBC 2.7 depedency from Webternet extension (no bug, r=dvander).
This commit is contained in:
parent
79f825cc44
commit
0ab8f4a1bd
@ -20,6 +20,8 @@ elif builder.target_platform is 'windows':
|
|||||||
'CURL_STATICLIB',
|
'CURL_STATICLIB',
|
||||||
'CURL_DISABLE_LDAP',
|
'CURL_DISABLE_LDAP',
|
||||||
]
|
]
|
||||||
|
elif builder.target_platform is 'linux':
|
||||||
|
binary.compiler.defines += ['_GNU_SOURCE']
|
||||||
|
|
||||||
binary.sources += [
|
binary.sources += [
|
||||||
'base64.c',
|
'base64.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user