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

Antonio Rojas arojas at archlinux.org
Tue May 23 21:08:07 UTC 2017


    Date: Tuesday, May 23, 2017 @ 21:08:06
  Author: arojas
Revision: 229849

boost 1.64 rebuild

Modified:
  solidity/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-23 21:01:59 UTC (rev 229848)
+++ PKGBUILD	2017-05-23 21:08:06 UTC (rev 229849)
@@ -4,7 +4,7 @@
 pkgname=solidity
 pkgver=0.4.11
 _commit=68ef5810593e7c8092ed41d5f474dd43141624eb
-pkgrel=1
+pkgrel=2
 pkgdesc='Contract-Oriented Programming Language'
 arch=('i686' 'x86_64')
 url='https://github.com/ethereum/solidity'
@@ -22,6 +22,9 @@
     echo -n > prerelease.txt
 
     sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+    
+    # don't use -Werror, breaks build with GCC 7
+    sed -e '/Werror/d' -i cmake/EthCompilerSettings.cmake
 }
 
 build() {



More information about the arch-commits mailing list