[arch-commits] Commit in guile1.8/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 23 17:07:21 UTC 2021


    Date: Friday, April 23, 2021 @ 17:07:21
  Author: arojas
Revision: 413771

libxcrypt rebuild, use -O1 to fix segfaults with GCC 10

Modified:
  guile1.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 16:12:00 UTC (rev 413770)
+++ PKGBUILD	2021-04-23 17:07:21 UTC (rev 413771)
@@ -2,7 +2,7 @@
 
 pkgname=guile1.8
 pkgver=1.8.8
-pkgrel=7
+pkgrel=8
 pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
 url="https://www.gnu.org/software/guile/"
 arch=('x86_64')
@@ -13,11 +13,12 @@
 
 build() {
   cd guile-$pkgver
+  export CFLAGS+=" -O1"
   ./configure --prefix=/usr \
 	--disable-static  \
 	--disable-error-on-warning \
         --program-suffix=1.8
-  make LDFLAGS+="-lpthread"
+  make
 }
 
 package() {



More information about the arch-commits mailing list