X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=configure;h=d5438d33dc876c691fb05f22e831d793b875bbde;hb=a9a3c0277f608fcfc7c92a93796db001d36914d4;hp=c584c93a349ad7023f58f4112bc942d4d734c6f8;hpb=ca92cd15c67e52a9ed2d390f946b750e777b47d7;p=fips diff --git a/configure b/configure index c584c93..d5438d3 100755 --- a/configure +++ b/configure @@ -538,9 +538,13 @@ EGL_CFLAGS = ${egl_cflags} # Flags needed to have linker link only to necessary libraries AS_NEEDED_LDFLAGS = ${as_needed_ldflags} -# Combined flags for compiling and linking against all of the above -CONFIGURE_CFLAGS = \$(TALLOC_CFLAGS) \$(LIBELF_CFLAGS) \$(GL_CFLAGS) \$(EGL_CFLAGS) -CONFIGURE_LDFLAGS = \$(TALLOC_LDFLAGS) \$(LIBELF_LDFLAGS) +# Flags needed to compile the fips binary +FIPS_CFLAGS = \$(WARN_CFLAGS) \$(TALLOC_CFLAGS) \$(LIBELF_CFLAGS) +FIPS_LDFLAGS = \$(TALLOC_LDFLAGS) \$(LIBELF_LDFLAGS) + +# Flags needed to compile the libfips libraries +LIBFIPS_CFLAGS = \$(WARN_CFLAGS) \$(GL_CFLAGS) \$(EGL_CFLAGS) +LIBFIPS_LDFLAGS = EOF # construct config.h