OpenSSL uses long long. We use -pedantic. Add -Wno-long-long.
authorLinus Nordberg <linus@nordu.net>
Tue, 3 Apr 2012 14:56:23 +0000 (16:56 +0200)
committerLinus Nordberg <linus@nordu.net>
Tue, 3 Apr 2012 14:56:23 +0000 (16:56 +0200)
Closes RADSECPROXY-34.

configure.ac

index a74a054..8438bcb 100644 (file)
@@ -79,7 +79,7 @@ case "${target_os}" in
     TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
     ;;
   *)
-    TARGET_CFLAGS="-Wall -pedantic -pthread"
+    TARGET_CFLAGS="-Wall -pedantic -Wno-long-long -pthread"
     TARGET_LDFLAGS=""
   esac
 dnl Adding enabled options