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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Dec 20 02:36:50 UTC 2013


    Date: Friday, December 20, 2013 @ 03:36:50
  Author: svenstaro
Revision: 202225

upgpkg: boost 1.55.0-4

Try and fix missing symbols

Modified:
  boost/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-19 23:10:39 UTC (rev 202224)
+++ PKGBUILD	2013-12-20 02:36:50 UTC (rev 202225)
@@ -10,7 +10,7 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.55.0
 _boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=4
 url="http://www.boost.org/"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -50,7 +50,7 @@
    for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
       "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" linkflags="${LDFLAGS}" $_tool
    done
-   "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" linkflags="${LDFLAGS}" library_status
+   "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" library_status
    popd
    cp -a dist/bin/* "${_stagedir}"/bin
 
@@ -72,7 +72,7 @@
       link=shared,static \
       toolset=gcc \
       python=2.7 \
-      cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" linkflags="${LDFLAGS}" \
+      cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" \
       --layout=system \
       --prefix="${_stagedir}" \
       ${JOBS} \




More information about the arch-commits mailing list