diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2020-07-01 00:08:07 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2020-07-01 00:08:07 +0000 |
commit | cb5a90a96e4d1af7ac33ac9857a8456a9ed8ba2c (patch) | |
tree | 21370f44cc985d48a99860ae0aceedb3e720f26e /gnu | |
parent | d16282218a85e4493457adc269ddcaafd1ce9d92 (diff) |
Re-enable silent mode in perl Configure
Lost in the cleanup.
Noticed by deraadt@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index f7be9bddc39..29d03fbd530 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.110 2020/06/27 20:44:13 afresh1 Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.111 2020/07/01 00:08:06 afresh1 Exp $ # # Build wrapper for Perl # -CONFIGURE_ARGS= -de -Dopenbsd_distribution=defined +CONFIGURE_ARGS= -dse -Dopenbsd_distribution=defined .if !exists(${.OBJDIR}/config.over) CONFIGURE_ARGS+= -Dmksymlinks |