]> git.pld-linux.org Git - packages/ortp.git/commitdiff
- don't link with -lssl because it isn't used but creates unnecessary
authorsparky <sparky@pld-linux.org>
Mon, 22 Feb 2010 01:30:24 +0000 (01:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  dependency in .la file

Changed files:
    ortp-libssl-not-required.patch -> 1.1

ortp-libssl-not-required.patch [new file with mode: 0644]

diff --git a/ortp-libssl-not-required.patch b/ortp-libssl-not-required.patch
new file mode 100644 (file)
index 0000000..0b9a1e5
--- /dev/null
@@ -0,0 +1,12 @@
+--- ortp-0.16.1/configure.ac~  2009-09-07 15:55:21.000000000 +0200
++++ ortp-0.16.1/configure.ac   2010-02-22 02:27:28.999527369 +0100
+@@ -255,8 +255,7 @@
+ AC_CHECK_HEADERS(openssl/hmac.h openssl/md5.h)
+-AC_CHECK_LIB(ssl,SSL_CTX_new,[SSL_LIBS="-lssl"])
+-AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="$SSL_LIBS -lcrypto"])
++AC_CHECK_LIB(crypto,MD5,[SSL_LIBS="-lcrypto"])
+ AC_SUBST(SSL_LIBS)
This page took 0.144622 seconds and 4 git commands to generate.