aboutsummaryrefslogtreecommitdiffstats
path: root/main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-29 08:30:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:09 +0000
commitf82b04f0cec7fe6af7841f73765a1d882ec41098 (patch)
treefe3ea1b79702a4113e5d6d2ed83beea75f2e9531 /main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch
parentfc9ecaa0967212b640775caf2483f1c1244590f0 (diff)
downloadaports-f82b04f0cec7fe6af7841f73765a1d882ec41098.tar.bz2
aports-f82b04f0cec7fe6af7841f73765a1d882ec41098.tar.xz
main/libasr: rebuild against openssl 1.1
use libbsd for arc4random
Diffstat (limited to 'main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch')
-rw-r--r--main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch b/main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch
index 023b508b01..7383976d20 100644
--- a/main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch
+++ b/main/libasr/0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch
@@ -19,7 +19,7 @@ index 10aff04..fa0e896 100644
)
#l325
-+LIBS="-lcrypto $LIBS"
++LIBS="-lcrypto -lbsd $LIBS"
+
AC_CHECK_HEADERS([ \
crypt.h \