Ignore deprecation warnings as OpenSSL is deprecated as a whole on OS X.

This commit is contained in:
Jonathan Schleifer 2011-09-10 22:41:45 +02:00
parent ace7324c7f
commit 527e49fc21

View file

@ -17,7 +17,7 @@ LIB_FILE = ${LIB_PREFIX}${LIB}${LIB_SUFFIX}
all:
objfw-compile --lib ${LIB_MAJOR}.${LIB_MINOR} ${CPPFLAGS} ${LIBS} \
-o ${LIB} src/*.m
-o ${LIB} -Wno-deprecated-declarations src/*.m
install: install-lib install-headers