summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2015-10-02 10:27:46 -0400
committervonPalitroque2015-10-02 10:27:46 -0400
commitc41c5903d68158637682e3610527450d6f9b94e2 (patch)
tree3cc028367fb6b173487ed6b92187e19d9ca23cda
parentcb11dd545607bc2aca84915f792aef0948557da0 (diff)
downloadaur-c41c5903d68158637682e3610527450d6f9b94e2.tar.gz
Added comment on PKGBUILD.
Explain why the patch is being applied in the PKGBUILD.
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2ca20624ab..19b479f15c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,9 @@ prepare() {
cd "$srcdir/gdb-$pkgver"
[[ -d gdb-build ]] && rm -rf gdb-build
mkdir gdb-build
-
+
+ # temporary fix for
+ # https://sourceware.org/bugzilla/show_bug.cgi?id=19033
patch -p1 < ../fix-dwarf2read.patch
# fix libiberty
# sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure