Commits
Jeremy Lavergne authored 4f2eedc1eb6
1 + | --- alpine-2.00/configure.orig 2010-07-16 16:29:48.000000000 -0600 |
2 + | +++ alpine-2.00/configure 2010-07-16 16:29:59.000000000 -0600 |
3 + | |
4 + | if test "$ac_res" != no; then |
5 + | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
6 + | |
7 + | - LIBS="$LIBS -lssl" |
8 + | + LIBS="$LIBS -lssl -lcrypto" |
9 + | |
10 + | fi |
11 + |