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

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Oct 1 14:28:45 UTC 2018


    Date: Monday, October 1, 2018 @ 14:28:44
  Author: mtorromeo
Revision: 388878

Restored header location to /usr/include/libdwarf to avoid conflict with libelf (Fixes FS#60261)

Modified:
  libdwarf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 14:24:54 UTC (rev 388877)
+++ PKGBUILD	2018-10-01 14:28:44 UTC (rev 388878)
@@ -4,7 +4,7 @@
 
 pkgname=libdwarf
 pkgver=20180809
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for handling DWARF Debugging Information Format"
 arch=(x86_64)
 license=('GPL' 'LGPL')
@@ -16,7 +16,7 @@
 
 build() {
   cd "$srcdir"/libdwarf-$pkgver
-  ./configure --prefix=/usr --enable-shared
+  ./configure --prefix=/usr --includedir=/usr/include/libdwarf --enable-shared
   make
 }
 



More information about the arch-commits mailing list