Skip to content
Snippets Groups Projects
Commit 15506688 authored by Gleb Popov's avatar Gleb Popov
Browse files

devel/gdb: Point to LOCALBASE/lib/debug dir for the debugging symbols.

parent 2c24a73f
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment