Author: alexander Date: 2005-05-01 19:45:00 -0600 (Sun, 01 May 2005) New Revision: 111
Modified: trunk/packages/freetype/Makefile Log: Add -fno-strict-aliasing to freetype CFLAGS - see http://lists.debian.org/debian-ia64/2004/01/msg00017.html Modified: trunk/packages/freetype/Makefile =================================================================== --- trunk/packages/freetype/Makefile 2005-05-02 01:28:27 UTC (rev 110) +++ trunk/packages/freetype/Makefile 2005-05-02 01:45:00 UTC (rev 111) @@ -26,7 +26,7 @@ @if [ ! -f $(PATCH) ] ; then $(WGET) $(URL1) ; fi @if [ ! -f /usr/lib/libfreetype.so ] ; then tar xjvf $(FILE) && cd $(DIR) && \ patch -Np1 -i ../$(PATCH) && \ - ./configure --prefix=/usr && \ + CFLAGS="$(CFLAGS) -fno-strict-aliasing" ./configure --prefix=/usr && \ make -j3 && make install ; fi @make clean -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
