Skip to content

Commit

Permalink
devel/valgrind-devel: do not strip binaries
Browse files Browse the repository at this point in the history
Valgrind binaries should not be stripped (at least, not the preload shared
libs).

PR:		273243
Reported by:	pjfloyd@wanadoo.fr (maintainer)
  • Loading branch information
paulfloyd authored and fernape committed Aug 22, 2023
1 parent 95eefe4 commit ec06aff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devel/valgrind-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= valgrind
PORTVERSION= 3.21.0.g20230218
PORTREVISION= 1
DISTVERSIONPREFIX= freebsd-
PORTEPOCH= 1
CATEGORIES= devel
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec06aff

Please sign in to comment.