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

Jan Steffens heftig at archlinux.org
Sun Jun 18 21:33:19 UTC 2017


    Date: Sunday, June 18, 2017 @ 21:33:18
  Author: heftig
Revision: 238103

1.18.0-2: Fix FS#54490

Modified:
  lib32-openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-18 18:34:16 UTC (rev 238102)
+++ PKGBUILD	2017-06-18 21:33:18 UTC (rev 238103)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-openal
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform 3D audio library (32-bit)"
 arch=(x86_64)
 url="http://www.openal.org/"
@@ -14,6 +14,7 @@
 makedepends=(lib32-alsa-lib pkgconfig cmake lib32-libpulse lib32-portaudio lib32-jack
              git gcc-multilib)
 _commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
+options=('!strip' 'debug')
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,8 +29,8 @@
 }
 
 build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd build



More information about the arch-commits mailing list