[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[rhel6-branch] Add libnsspem.so to the stage1 image.
- From: Ales Kozumplik <akozumpl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [rhel6-branch] Add libnsspem.so to the stage1 image.
- Date: Mon, 27 Jun 2011 09:49:31 +0200
Without it curl/libcurl can not use any PEM certificates to verify https
downloads. This affects both users who have a certificate signed by a well
known authority and those who have a self-signed certificate.
Related: rhbz#696696
---
scripts/mk-images | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index 7ca9838..7650518 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -920,6 +920,7 @@ EOF
fi
done
+ install -m 755 $IMGPATH/usr/$LIBDIR/libnsspem.so $MBD_DIR/usr/$LIBDIR/
install -m 755 $IMGPATH/usr/$LIBDIR/libsqlite3.so.0 $MBD_DIR/usr/$LIBDIR/
install -m 755 $IMGPATH/$LIBDIR/libnss_dns.so.2 $MBD_DIR/$LIBDIR/
install -m 755 $IMGPATH/$LIBDIR/libnss_files.so.2 $MBD_DIR/$LIBDIR/
--
1.7.5.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]