mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			370 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			370 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Author: Holger Jaekel <holger.jaekel@gmx.de>
 | |
| Summary: treat compiler warnings as warnings, not errors
 | |
| ----
 | |
| --- a/configure.ac
 | |
| +++ b/configure.ac
 | |
| @@ -83,7 +83,7 @@
 | |
|  AC_SUBST(SQL)
 | |
|  AC_SUBST(LFLAGS)
 | |
|  
 | |
| -CFLAGS="$CFLAGS -Wall -Werror"
 | |
| +CFLAGS="$CFLAGS -Wall"
 | |
|  LOCALE_T=locale_t
 | |
|  AS_CASE([$host],
 | |
|          [*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])
 |