diff options
author | June McEnroe <june@causal.agency> | 2020-07-25 19:03:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-25 19:03:52 -0400 |
commit | 6bb933c651066955d06b7cf86b4842d97cdcf411 (patch) | |
tree | 9b8c7e18d82ac3c1c2594b1ce8abcb82e7045ee9 /Makefile | |
parent | Support --prefix and --mandir in configure script (diff) | |
download | catgirl-6bb933c651066955d06b7cf86b4842d97cdcf411.tar.gz catgirl-6bb933c651066955d06b7cf86b4842d97cdcf411.zip |
Bump .so versions in chroot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 6081163..e4813cd 100644 --- a/Makefile +++ b/Makefile @@ -77,9 +77,9 @@ chroot.tar: catgirl catgirl.1 scripts/chroot-prompt.sh scripts/chroot-man.sh /lib/libncursesw.so.8 \ /lib/libthr.so.3 \ /lib/libz.so.6 \ - /usr/local/lib/libcrypto.so.45 \ - /usr/local/lib/libssl.so.47 \ - /usr/local/lib/libtls.so.19 \ + /usr/local/lib/libcrypto.so.46 \ + /usr/local/lib/libssl.so.48 \ + /usr/local/lib/libtls.so.20 \ root/lib chflags noschg root/libexec/* root/lib/* cp -fp /etc/hosts /etc/resolv.conf root/etc |