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/lib Don't ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4782915af27e
branches:  pkg_install-renovation
changeset: 541540:4782915af27e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 12 15:26:10 2008 +0000

description:
Don't include signature stuff if the crypto support is not requested.

diffstat:

 pkgtools/pkg_install/files/lib/Makefile.in |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3c66a51e0a70 -r 4782915af27e pkgtools/pkg_install/files/lib/Makefile.in
--- a/pkgtools/pkg_install/files/lib/Makefile.in        Mon May 12 14:37:50 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/Makefile.in        Mon May 12 15:26:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.21.2.3 2008/05/11 20:20:38 joerg Exp $
+# $NetBSD: Makefile.in,v 1.21.2.4 2008/05/12 15:26:10 joerg Exp $
 
 srcdir=                @srcdir@
 
@@ -28,7 +28,7 @@
 
 OBJS=  automatic.o conflicts.o decompress.o dewey.o fexec.o file.o \
        global.o iterate.o lpkg.o opattern.o \
-       parse-config.o path.o pkgdb.o plist.o pkg_signature.o pkcs7.o \
+       parse-config.o path.o pkgdb.o plist.o \
        str.o var.o version.o vulnerabilities-file.o
 
 CPPFLAGS+=     -DSYSCONFDIR=\"$(sysconfdir)\"
@@ -41,6 +41,7 @@
 
 .if !empty(SSL_SUPPORT)
 CPPFLAGS+=     -DHAVE_SSL
+OBJS+=         pkg_signature.o pkcs7.o
 .endif
 
 all: $(LIB)



Home | Main Index | Thread Index | Old Index