Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2024 06:32:26 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15506688c9ac - main - devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols.
Message-ID:  <202402030632.4136WQrB017681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15506688c9aceb66227a121191a37047ff1b76d2

commit 15506688c9aceb66227a121191a37047ff1b76d2
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-26 05:41:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-02-03 06:31:40 +0000

    devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols.
---
 devel/gdb/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 8edd9cfd3b9b..b47657c721fd 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gdb
 DISTVERSION=	14.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -28,6 +29,7 @@ CONFIGURE_ARGS=	--program-suffix=${VER} \
 		--disable-sim \
 		--enable-targets=all --enable-64-bit-bfd \
 		--with-separate-debug-dir=/usr/lib/debug \
+		--with-additional-debug-dirs=${LOCALBASE}/lib/debug \
 		${ICONV_CONFIGURE_ARG} \
 		--without-libunwind-ia64
 CONFIGURE_OUTSOURCE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030632.4136WQrB017681>