From: <fr...@us...> - 2012-09-16 13:28:56
|
Revision: 4732 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4732&view=rev Author: fredm Date: 2012-09-16 13:28:50 +0000 (Sun, 16 Sep 2012) Log Message: ----------- Allow custom build flags for make-perl to address warning from the debian build system (bug #3567469) (Sergio Baldov?\195?\173). Modified Paths: -------------- trunk/libspectrum/Makefile.am trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2012-09-03 13:03:35 UTC (rev 4731) +++ trunk/libspectrum/Makefile.am 2012-09-16 13:28:50 UTC (rev 4732) @@ -78,7 +78,7 @@ AM_CFLAGS = -DLIBSPECTRUM_EXPORTS make-perl$(EXEEXT): $(srcdir)/make-perl.c config.h - $(CC_FOR_BUILD) -I. -o $@ $< + $(CC_FOR_BUILD) -I. $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< libspectrum.h: libspectrum.h.in generate.pl snap_accessors.txt tape_accessors.txt config.h @PERL@ -p generate.pl $(srcdir) $(srcdir)/libspectrum.h.in > $@.tmp && mv $@.tmp $@ Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-09-03 13:03:35 UTC (rev 4731) +++ trunk/libspectrum/hacking/ChangeLog 2012-09-16 13:28:50 UTC (rev 4732) @@ -885,3 +885,5 @@ 20120507 internals.h,libspectrum.c,libspectrum.h.in,make-perl.c,myglib/{ghash.c, gslist.c}: add g_hash_table_new_full() and libspectrum_end() for memory releasing (part of bug #3515269) (Sergio Baldoví). +20120916 Makefile.am: allow custom build flags for make-perl to address warning + from the debian build system (bug #3567469) (Sergio Baldoví). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |