[arch-commits] Commit in gdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at gemini.archlinux.org
Thu May 12 17:39:25 UTC 2022
Date: Thursday, May 12, 2022 @ 17:39:25
Author: anatolik
Revision: 445327
Remove gdb configure hack that is not needed anymore
Modified:
gdb/trunk/PKGBUILD
----------+
PKGBUILD | 7 -------
1 file changed, 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-12 17:35:06 UTC (rev 445326)
+++ PKGBUILD 2022-05-12 17:39:25 UTC (rev 445327)
@@ -22,13 +22,6 @@
'SKIP')
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-prepare() {
- cd gdb-$pkgver
-
- # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
- sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
build() {
cd gdb-$pkgver
More information about the arch-commits
mailing list