summaryrefslogtreecommitdiffstats
path: root/main/alpine/libcrypto-underlinking.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-03 12:27:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-03 12:32:00 +0000
commitc38e2a8013d5b57d6c89d6e9dbc2b6e496618b52 (patch)
tree330e2b0b3e6ec115322276b165846fa980215484 /main/alpine/libcrypto-underlinking.patch
parent4bb4629073a637a0ad261d76f13f34ab6c8c6555 (diff)
downloadaports-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.patch11
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])