Add -Wno-deprecated-declarations to fix building with OpenSSL on Lion.
This commit is contained in:
parent
da97470a1d
commit
618f432abc
1 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,9 @@ PKG_CHECK_MODULES(libidn, [libidn >= 0.25], [
|
||||||
|
|
||||||
AS_IF([test x"$GOBJC" = x"yes"], [
|
AS_IF([test x"$GOBJC" = x"yes"], [
|
||||||
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wcast-align -Wpointer-arith"
|
OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wcast-align -Wpointer-arith"
|
||||||
OBJCFLAGS="$OBJCFLAGS -Werror"
|
dnl We need -Wno-deprecated-declarations as OpenSSL is deprecated on
|
||||||
|
dnl OS X.
|
||||||
|
OBJCFLAGS="$OBJCFLAGS -Wno-deprecated-declarations -Werror"
|
||||||
])
|
])
|
||||||
|
|
||||||
BUILDSYS_INIT
|
BUILDSYS_INIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue