pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info Explicitly pull in cry...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9053e765fde
branches: trunk
changeset: 554360:b9053e765fde
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Feb 13 14:13:58 2009 +0000
description:
Explicitly pull in crypto if building with ssl option.
diffstat:
pkgtools/pkg_install/files/info/Makefile.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r e0d8c546b9e2 -r b9053e765fde pkgtools/pkg_install/files/info/Makefile.in
--- a/pkgtools/pkg_install/files/info/Makefile.in Fri Feb 13 13:47:18 2009 +0000
+++ b/pkgtools/pkg_install/files/info/Makefile.in Fri Feb 13 14:13:58 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.17 2009/02/02 12:35:01 joerg Exp $
+# $NetBSD: Makefile.in,v 1.18 2009/02/13 14:13:58 joerg Exp $
srcdir= @srcdir@
@@ -17,6 +17,9 @@
CCLD= $(CC)
.if empty(BOOTSTRAP)
LIBS= -linstall -larchive -lfetch -lbz2 -lz @LIBS@
+.if !empty(SSL_SUPPORT)
+LIBS+= -lcrypto
+.endif
CPPFLAGS= @CPPFLAGS@ -I. -I$(srcdir) -I../lib
.else
LIBS= -linstall @LIBS@
Home |
Main Index |
Thread Index |
Old Index