Add libnsspem.so to the stage1 image.
ack
On Mon, 2011-06-27 at 09:49 +0200, Ales Kozumplik wrote:
> 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/
--
Martin Gracik <mgracik@redhat.com>
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|