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

Frederik Schwan freswa at gemini.archlinux.org
Wed Feb 23 01:05:14 UTC 2022


    Date: Wednesday, February 23, 2022 @ 01:05:14
  Author: freswa
Revision: 437975

install pic version of libiberty again after accidental remove when moving libiberty from gcc to binutils

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 23:00:08 UTC (rev 437974)
+++ PKGBUILD	2022-02-23 01:05:14 UTC (rev 437975)
@@ -107,6 +107,9 @@
   cd binutils-build
   make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
 
+  # install PIC version of libiberty
+  install -m644 libiberty/pic/libiberty.a "$pkgdir/usr/lib"
+
   # Remove unwanted files
   rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
 



More information about the arch-commits mailing list