INSTALL_UNSTRIPPED=yes for Darwin.
It is better workaround, I think.
This commit is contained in:
parent
0bfec48055
commit
b312e00b00
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.63 2011/09/20 13:58:01 ryoon Exp $
|
||||
# $NetBSD: Makefile.common,v 1.64 2011/09/22 09:37:06 ryoon Exp $
|
||||
# used by shells/zsh/Makefile
|
||||
# used by shells/zsh-current/Makefile
|
||||
|
||||
|
@ -29,7 +29,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
|
||||
#CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
|
||||
INSTALL_UNSTRIPPED= yes
|
||||
.endif
|
||||
|
||||
# Handle any PKG_OPTIONS that this package might have.
|
||||
|
|
Loading…
Reference in a new issue