Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jul 2024 15:50:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273479] devel/glib20: silent grab libelf.so.1 from devel/elfutils
Message-ID:  <bug-273479-7788-iFNlQhnDrt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273479-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273479-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273479

--- Comment #14 from Baptiste Daroussin <bapt@FreeBSD.org> ---
this patch does not do the same as -Dlibelf=3Ddisabled it probably continues
readying at the elf.h headers due to the use (which seems useless to me her=
e)
of USES=3Dlocalbase:ldflags
Uses=3Dlocalbase will force -isystem /usr/local/include which will put this=
 path
in the first path to look for headers, meaning libelf.h will be taken from
there if found.

Removing the USES=3Dlocalbase:ldflags works fine for me locally and this wa=
y I am
sure elf.h is picked up from base.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273479-7788-iFNlQhnDrt>