diff options
Diffstat (limited to 'archivers/dar/Makefile')
-rw-r--r-- | archivers/dar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 02049adeb9a..d0e2960d320 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/01/26 13:38:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.54 2018/07/04 13:40:07 jperkin Exp $ DISTNAME= dar-2.4.13 PKGREVISION= 1 @@ -96,7 +96,7 @@ CPPFLAGS.SunOS+= -D__EXTENSIONS__ ## Build a static binary with threads is currently broken with glibc. .if ${OPSYS} == "Linux" && !empty(PKG_OPTIONS:Mthreads) SUBST_CLASSES+= static -SUBST_STAGE.static= post-patch +SUBST_STAGE.static= pre-configure SUBST_MESSAGE.static= Changing -all-static to -static SUBST_FILES.static= src/testing/Makefile.in SUBST_SED.static= -e 's,-all-static,-static,g' |