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

Jan Steffens heftig at archlinux.org
Wed Dec 21 23:34:22 UTC 2016


    Date: Wednesday, December 21, 2016 @ 23:34:21
  Author: heftig
Revision: 284402

0.94-2: Unbreak symbol versioning

Modified:
  libcdio/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 22:34:42 UTC (rev 284401)
+++ PKGBUILD	2016-12-21 23:34:21 UTC (rev 284402)
@@ -4,7 +4,7 @@
 
 pkgname=libcdio
 pkgver=0.94
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Compact Disc Input and Control Library"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -20,6 +20,12 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../libcdio-0.83-linking.patch
+
+  # Unbreak symbol versioning
+  # https://savannah.gnu.org/bugs/?49907
+  sed -i '/AM_INIT_AUTOMAKE/s/subdir-objects//' configure.ac
+
+  autoreconf -fi
 }
 
 build() {



More information about the arch-commits mailing list