gnucash maint: Bug 747812 - unset LDFLAGS when unsetting CFLAGS

John Ralls jralls at code.gnucash.org
Sat Apr 25 19:13:36 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/e54af98b (commit)
	from  https://github.com/Gnucash/gnucash/commit/df1fc7d9 (commit)



commit e54af98b05d7872c3e34539a392ee93ce21f559f
Author: Bill Nottingham <notting at splat.cc>
Date:   Sat Apr 25 16:11:23 2015 -0700

    Bug 747812 - unset LDFLAGS when unsetting CFLAGS
    
    Since some LDFLAGS settings depend on corresponding CFLAGS ones,
    e.g. -fPIC, unsetting only CFLAGS will cause the test-compile to
    fail because of the mismatched flags.



Summary of changes:
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-patches mailing list