diff options
Diffstat (limited to 'shells/ksh93/Makefile')
-rw-r--r-- | shells/ksh93/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index db00ae7b2360..f362d05ae14c 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -43,7 +43,7 @@ KSHVERSION= 2011-02-08 .include <bsd.port.options.mk> .if defined(WITH_STATIC) -MAKE_ENV+= LDFLAGS=-static +MAKE_ENV+= LDFLAGS+=-static .endif post-patch: |