1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Do not install .symbols on current

Reported and tested by:	kwm
This commit is contained in:
Baptiste Daroussin 2013-01-12 22:49:07 +00:00
parent a7d991cffb
commit cec931194c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310293
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- ./libpkg/Makefile.orig 2012-12-21 12:57:15.000000000 +0100
+++ ./libpkg/Makefile 2013-01-12 23:26:55.723640000 +0100
@@ -94,8 +94,10 @@
CFLAGS+= -DPREFIX=\"${PREFIX}\"
+.if defined(DEBUG_FLAGS)
DEBUG_FLAGS+= -g -O0
STRIP=
+.endif
.if defined(PROFILE_BUILD)
DEBUG_FLAGS+= -pg
.endif

View File

@ -0,0 +1,12 @@
--- ./pkg/Makefile.orig 2013-01-12 23:38:30.808841691 +0100
+++ ./pkg/Makefile 2013-01-12 23:38:50.521899817 +0100
@@ -38,7 +38,9 @@
CFLAGS+= -DGITHASH="\" ${GITHASH}\""
.endif
+.if defined(DEBUG_FLAGS)
DEBUG_FLAGS+= -g -O0
+.endif
.if defined(PROFILE_BUILD)
DEBUG_FLAGS+= -pg
.endif