[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Dec 22 16:52:55 UTC 2008


    Date: Monday, December 22, 2008 @ 11:52:55
  Author: tpowa
Revision: 22177

upgpkg: xfsprogs 2.10.2-1

Modified:
  xfsprogs/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-22 16:47:55 UTC (rev 22176)
+++ PKGBUILD	2008-12-22 16:52:55 UTC (rev 22177)
@@ -15,7 +15,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER="-march=${CARCH} -O1"   # for i686
+  export OPTIMIZER="-march=$(echo ${CARCH} -O1 | sed -e 's/_/-/g')"
   export DEBUG=-DNDEBUG
   make || return 1
   make DIST_ROOT=${pkgdir} install install-dev




More information about the arch-commits mailing list