components/liboauth/patches/01-studio.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6357 f780f1313ac5
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Change for building on Solaris

--- liboauth-1.0.3/configure.ac	Wed Oct 31 21:34:49 2012
+++ liboauth-1.0.3/configure.ac	Tue May 26 09:39:33 2015
@@ -77,7 +77,7 @@
 AC_SUBST(EXESUF)
 
 dnl *** misc complier/linker flags ***
-LIBOAUTH_CFLAGS="-Wall"
+LIBOAUTH_CFLAGS=""
 LIBOAUTH_LDFLAGS="${LIBOAUTH_CFLAGS} -export-symbols-regex '^oauth_.*'"
 #LIBOAUTH_CFLAGS="${LIBOAUTH_CFLAGS} -g -posix -std=c99 -pedantic"