]> git.cworth.org Git - fips/blobdiff - configure
configure: Fix to have compiler warnings enabled while building libfips
[fips] / configure
index 3a6a597fabdc05a7d2a4e3856297c20ce328917f..d5438d33dc876c691fb05f22e831d793b875bbde 100755 (executable)
--- a/configure
+++ b/configure
@@ -540,10 +540,10 @@ AS_NEEDED_LDFLAGS = ${as_needed_ldflags}
 
 # Flags needed to compile the fips binary
 FIPS_CFLAGS = \$(WARN_CFLAGS) \$(TALLOC_CFLAGS) \$(LIBELF_CFLAGS)
-FIPS_LDFLAGS = \$(WARN_CFLAGS) \$(TALLOC_LDFLAGS) \$(LIBELF_LDFLAGS)
+FIPS_LDFLAGS = \$(TALLOC_LDFLAGS) \$(LIBELF_LDFLAGS)
 
 # Flags needed to compile the libfips libraries
-LIBFIPS_CFLAGS = \$(GL_CFLAGS) \$(EGL_CFLAGS)
+LIBFIPS_CFLAGS = \$(WARN_CFLAGS) \$(GL_CFLAGS) \$(EGL_CFLAGS)
 LIBFIPS_LDFLAGS =
 EOF