pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/add No -lc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3eeb983955e
branches:  pkg_install-renovation
changeset: 541566:f3eeb983955e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 22 20:14:48 2008 +0000

description:
No -lcrypto in the !SSL case as hinted by tnn@

diffstat:

 pkgtools/pkg_install/files/add/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3cd1d13a97c4 -r f3eeb983955e pkgtools/pkg_install/files/add/Makefile.in
--- a/pkgtools/pkg_install/files/add/Makefile.in        Mon Jul 21 22:15:09 2008 +0000
+++ b/pkgtools/pkg_install/files/add/Makefile.in        Tue Jul 22 20:14:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.16.4.2 2008/05/11 20:20:37 joerg Exp $
+# $NetBSD: Makefile.in,v 1.16.4.3 2008/07/22 20:14:48 joerg Exp $
 
 srcdir=                @srcdir@
 
@@ -20,7 +20,7 @@
 
 SSL_SUPPORT=   @ssl_support@
 
-LIBS=          -linstall -lfetch -lcrypto -larchive -lbz2 -lz
+LIBS=          -linstall -lfetch -larchive -lbz2 -lz
 .if !empty(SSL_SUPPORT)
 LIBS+=         -lcrypto
 CPPFLAGS+=     -DHAVE_SSL



Home | Main Index | Thread Index | Old Index