From 3ead408ea9bf4437e632edff6619610806197f48 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Jul 2019 13:31:13 -0400 Subject: build: Set --with-separate-debug-dir=/usr/lib/debug --- diff --git a/build b/build index 37e3e31..2a51149 100755 --- a/build +++ b/build @@ -15,7 +15,8 @@ configure: --with-expat \ --without-python \ --with-system-gdbinit=/etc/gdb/gdbinit \ - --with-lzma + --with-lzma \ + --with-separate-debug-dir=/usr/lib/debug touch $@ build: configure diff --git a/changelog b/changelog index b7b3b3d..b9aaccb 100644 --- a/changelog +++ b/changelog @@ -2,4 +2,4 @@ gdb (8.3+sip1-1) trunk * Initial release. - -- Patrick McDermott Wed, 03 Jul 2019 12:23:15 -0400 + -- Patrick McDermott Fri, 05 Jul 2019 03:02:26 -0400 -- cgit v0.9.1