Ticket #24954: patch-configure.diff

File patch-configure.diff, 315 bytes (added by todmorrison (Tod Morrison), 14 years ago)

patch to configure to force -lcrypto to the end of the link command

  • alpine-2.00/configure

    old new  
    2543525435if test "$ac_res" != no; then
    2543625436  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
    2543725437
    25438       LIBS="$LIBS -lssl"
     25438      LIBS="$LIBS -lssl -lcrypto"
    2543925439
    2544025440fi
    2544125441