]> git.cworth.org Git - fips/commit
configure: Fix to have compiler warnings enabled while building libfips
authorCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 20:19:41 +0000 (13:19 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 20:31:49 +0000 (13:31 -0700)
commita9a3c0277f608fcfc7c92a93796db001d36914d4
tree4f977a89813c0d133e5192685ae4b6f7b9d8ea37
parent4d30b9d5c193266f33fbcf2adeb47c80cda4a3cd
configure: Fix to have compiler warnings enabled while building libfips

In commit e42d9f224a4ef2784f8fd43f9f4f5c593a7ddd57 , when the flags
were split between fips and libfips, the warnings flags were
mistakenly applied to both CFLAGS and LDFLAGS of fips. (What was
actually intended was to have the warnings applied to the CFLAGS of
both fips and libfips).
configure