libcrypto is also needed when populating the chroot. Noticed when going

through the time_t warp.
This commit is contained in:
landry 2013-09-01 21:02:32 +00:00
parent 74ea3e955b
commit b4bf7f1396
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:44:44 espie Exp $
# $OpenBSD: Makefile,v 1.18 2013/09/01 21:02:32 landry Exp $
COMMENT= mod_perl Apache gallery handler
@ -6,7 +6,7 @@ COMMENT= mod_perl Apache gallery handler
MODULES= cpan
DISTNAME= Apache-Gallery-1.0.2
EPOCH = 0
REVISION = 0
REVISION = 1
CATEGORIES= www
USE_GROFF = Yes
HOMEPAGE= http://www.apachegallery.dk/

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.3 2012/03/10 10:55:27 landry Exp $
$OpenBSD: README,v 1.4 2013/09/01 21:02:32 landry Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -31,7 +31,7 @@ $ cd /var/www/usr/libexec
Next, the required shared libraries:
$ cd /var/www/usr/lib
# cp -p /usr/lib/lib{c,m,z,util,perl,ssl,stdc++}.so* .
# cp -p /usr/lib/lib{c,crypto,m,z,util,perl,ssl,stdc++}.so* .
$ cd /var/www/usr/X11R6/lib
# cp -p /usr/X11R6/lib/lib{Xext,freetype,X11,Xau,Xdmcp,xcb,pthread-stubs}.so.* .