rev 10140 - people/raul/kvirc/debian

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Mon Apr 14 20:56:39 UTC 2008


Author: kebianizao-guest
Date: 2008-04-14 20:56:39 +0000 (Mon, 14 Apr 2008)
New Revision: 10140

Modified:
   people/raul/kvirc/debian/rules
Log:
Adding x86 optimizations configure flags.


Modified: people/raul/kvirc/debian/rules
===================================================================
--- people/raul/kvirc/debian/rules	2008-04-14 20:56:37 UTC (rev 10139)
+++ people/raul/kvirc/debian/rules	2008-04-14 20:56:39 UTC (rev 10140)
@@ -32,9 +32,10 @@
 	DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug  --with-memory-profile --with-memory-checks
 else
 	#DEB_CONFIGURE_EXTRA_FLAGS += --enable-optimisation=3
-	#ifneq (,$(findstring 86,$(DEB_BUILD_GNU_CPU)))
-	#	DEB_CONFIGURE_EXTRA_FLAGS +=--with-ix86-asm
-	#endif
+	ifneq (,$(findstring 86,$(DEB_BUILD_GNU_CPU)))
+	#	DEB_CONFIGURE_EXTRA_FLAGS += --enable-pipes --enable-objprelink
+		DEB_CONFIGURE_EXTRA_FLAGS +=--with-ix86-asm
+	endif
 endif
 
 	#




More information about the pkg-kde-commits mailing list