summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-03-04 12:59:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-03-04 12:59:42 +0000
commitfca13d1de7bcded793faf7b2f4962d76e454ff60 (patch)
tree40332c6e30b0ffe73488a0b1c512165234a48605 /shells
parentAuto-admin is a set of tools for automating common systems management tasks (diff)
- Fix build with CLANG
PR: 164418
Notes
Notes: svn path=/head/; revision=292670
Diffstat (limited to 'shells')
-rw-r--r--shells/mksh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile
index 936f91c20766..19bd5b0d02e4 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -27,7 +27,7 @@ do-extract:
${GZCAT} ${DISTDIR}/${DISTFILES} | ${CPIO} -id
do-build:
- cd ${WRKSRC} && CFLAGS="${CFLAGS}" CC="${CC}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" SHELL=${SH} ${SH} ${WRKSRC}/Build.sh -r -combine
+ cd ${WRKSRC} && CFLAGS="${CFLAGS}" CC="${CC}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" SHELL=${SH} ${SH} ${WRKSRC}/Build.sh -r -c lto
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mksh ${PREFIX}/bin