diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-03 12:27:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-03 12:32:00 +0000 |
commit | c38e2a8013d5b57d6c89d6e9dbc2b6e496618b52 (patch) | |
tree | 330e2b0b3e6ec115322276b165846fa980215484 /main/alpine/libcrypto-underlinking.patch | |
parent | 4bb4629073a637a0ad261d76f13f34ab6c8c6555 (diff) | |
download | aports-c38e2a8013d5b57d6c89d6e9dbc2b6e496618b52.tar.bz2 aports-c38e2a8013d5b57d6c89d6e9dbc2b6e496618b52.tar.xz |
main/alpine: build fix. underlinking of libcrypt and libcrypto
Diffstat (limited to 'main/alpine/libcrypto-underlinking.patch')
-rw-r--r-- | main/alpine/libcrypto-underlinking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/alpine/libcrypto-underlinking.patch b/main/alpine/libcrypto-underlinking.patch new file mode 100644 index 000000000..5007f7ead --- /dev/null +++ b/main/alpine/libcrypto-underlinking.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig ++++ ./configure.ac +@@ -954,7 +954,7 @@ + if test "x$alpine_SSLTYPE" != "xnone" ; then + AC_SEARCH_LIBS(SSL_library_init,ssl, + [ +- LIBS="$LIBS -lssl" ++ LIBS="$LIBS -lssl -lcrypto" + ]) + if test "x$alpine_SSLTYPE" = "xnone" ; then + AC_MSG_NOTICE([OpenSSL libraries NOT found]) |