]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/maemo/hildon-control-panel/noWerror.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / maemo / hildon-control-panel / noWerror.patch
1 --- configure.ac~       2005-07-03 18:54:13.000000000 +0200
2 +++ configure.ac        2005-07-03 18:54:13.000000000 +0200
3 @@ -33,7 +33,7 @@
4  # D-BUS headers do not compile with -pedantic. Once they are fixed, 
5  #return the flag
6  #CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations -Werror" 
7 -CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror -lcrypt" 
8 +CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -lcrypt" 
9  AC_SUBST(CFLAGS)
10  
11  PKG_CHECK_MODULES(OSSO,libosso >= 0.0.3)