]> Git Repo - buildroot-mgba.git/commitdiff
package/fetchmail: fix shared build
authorFabrice Fontaine <[email protected]>
Mon, 25 Mar 2019 21:05:08 +0000 (22:05 +0100)
committerThomas Petazzoni <[email protected]>
Tue, 26 Mar 2019 11:46:19 +0000 (12:46 +0100)
Update second patch to fix shared build

Fixes:
 - http://autobuild.buildroot.org/results/c27b9c82e68ade29b45dc84ecce5fe6653fbb7da

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/fetchmail/0002-configure.ac-use-pkg-config-to-find-openssl.patch

index dd48783922efed95c583e61f32bcba7710476312..aefed7f2e4e739a2de2be72f216682620b4cd87a 100644 (file)
@@ -42,7 +42,7 @@ index 16b0fcba..3a75ec6e 100644
 -  if test "$i" = "" ; then i="(none)" ; fi
 -  AC_MSG_RESULT($i)
 -  dnl XXX FIXME: use pkg-config if available!
-+  PKG_CHECK_MODULES([SSL],[libssl],[LIBS="$LIBS $SSL_LIBS"],[
++  PKG_CHECK_MODULES([SSL],[libssl libcrypto],[LIBS="$LIBS $SSL_LIBS"],[
 +    LDFLAGS="$LDFLAGS -L$with_ssl/lib"
 +    LIBS="$LIBS -lssl -lcrypto"
 +    dnl check if -ldl is needed
This page took 0.028499 seconds and 4 git commands to generate.