[arch-commits] Commit in xfsprogs/repos (testing-i686 testing-i686/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Dec 22 16:54:41 UTC 2008


    Date: Monday, December 22, 2008 @ 11:54:41
  Author: tpowa
Revision: 22180

Merged revisions 22177 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/xfsprogs/trunk

........
  r22177 | tpowa | 2008-12-22 16:52:55 +0000 (Mo, 22 Dez 2008) | 1 line
  
  upgpkg: xfsprogs 2.10.2-1
........

Modified:
  xfsprogs/repos/testing-i686/	(properties)
  xfsprogs/repos/testing-i686/PKGBUILD

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


Property changes on: xfsprogs/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfsprogs/trunk:1-22174
   + /xfsprogs/trunk:1-22179

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-12-22 16:53:19 UTC (rev 22179)
+++ testing-i686/PKGBUILD	2008-12-22 16:54:41 UTC (rev 22180)
@@ -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