Stop linking perl to libutil, never necessary
authorafresh1 <afresh1@openbsd.org>
Tue, 28 Jun 2016 04:28:18 +0000 (04:28 +0000)
committerafresh1 <afresh1@openbsd.org>
Tue, 28 Jun 2016 04:28:18 +0000 (04:28 +0000)
from guenther@ ok sthen@

gnu/usr.bin/perl/Makefile.bsd-wrapper
gnu/usr.bin/perl/hints/openbsd.sh

index 45794ae..d070d06 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.101 2015/04/07 05:37:03 guenther Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.102 2016/06/28 04:28:18 afresh1 Exp $
 #
 # Build wrapper for Perl 5.20.1-RC2
 #
@@ -158,7 +158,7 @@ CFLAGS+= -fno-tree-ter
 
 # The DynaLoader extension is now compiled statically into libperl
 miniperl: ${GENERATED} ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o
-       ${CC} ${CPPFLAGS} ${CFLAGS} -o $@ ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o ${LDFLAGS} -lm -lutil
+       ${CC} ${CPPFLAGS} ${CFLAGS} -o $@ ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o ${LDFLAGS} -lm
 
 opmini.c: op.c
        rm -f opmini.c
index a3addd9..f24e788 100644 (file)
@@ -84,6 +84,8 @@ esac
 # around for old NetBSD binaries.
 libswanted=`echo $libswanted | sed 's/ crypt / /'`
 
+libswanted=`echo $libswanted | sed 's/ util / /'`
+
 # Configure can't figure this out non-interactively
 d_suidsafe=$define