mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/valgrind-devel: do not strip binaries
Valgrind binaries should not be stripped (at least, not the preload shared libs). PR: 273243 Reported by: pjfloyd@wanadoo.fr (maintainer)
This commit is contained in:
parent
95eefe4eea
commit
ec06aff4d8
@ -1,5 +1,6 @@
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 3.21.0.g20230218
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= freebsd-
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
@ -28,6 +29,15 @@ SSP_UNSAFE= yes
|
||||
LIB32_PATH?= /usr/lib32/libc.so
|
||||
|
||||
CONFLICTS= valgrind
|
||||
|
||||
# Valgrind needs to read debuginfo from its own preload shared libraries
|
||||
# (quote from README_PACKAGERS
|
||||
#-- Don't strip the debug info off lib/valgrind/$platform/vgpreload*.so
|
||||
# in the installation tree. Either Valgrind won't work at all, or it
|
||||
# will still work if you do, but will generate less helpful error
|
||||
# messages.)
|
||||
STRIP= # empty
|
||||
|
||||
PORTDOCS= html
|
||||
|
||||
OPTIONS_DEFINE= DOCS MANPAGES MPI
|
||||
|
Loading…
Reference in New Issue
Block a user