[csw-devel] SF.net SVN: gar:[8781] csw/mgar/pkg/lzo/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Feb 24 11:54:07 CET 2010


Revision: 8781
          http://gar.svn.sourceforge.net/gar/?rev=8781&view=rev
Author:   dmichelsen
Date:     2010-02-24 10:53:59 +0000 (Wed, 24 Feb 2010)

Log Message:
-----------
lzo: Disable non-functioning assembler optiomizations for amd64 and the testsuite falsely expects the optimizations to be there

Modified Paths:
--------------
    csw/mgar/pkg/lzo/trunk/Makefile

Modified: csw/mgar/pkg/lzo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzo/trunk/Makefile	2010-02-24 10:46:15 UTC (rev 8780)
+++ csw/mgar/pkg/lzo/trunk/Makefile	2010-02-24 10:53:59 UTC (rev 8781)
@@ -15,8 +15,11 @@
 
 VENDOR_URL = http://www.oberhumer.com/opensource/lzo/
 
+CONFIGURE_ARGS_isa-amd64 = --disable-asm
+
 BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-shared --disable-static
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_isa-$(ISA))
 
 include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list