ports/net/liboauth/files/patch-configure
Koop Mast 0712943122 Don't rever to libcrypto in oauth pkg-config file, since our base openssl
doesn't install a .pc file. This will fix "pkg-config --cflags oauth".

Approved by:	maintainer
2011-09-16 12:02:18 +00:00

11 lines
348 B
Text

--- configure.orig 2011-09-15 21:53:48.000000000 +0200
+++ configure 2011-09-15 21:54:13.000000000 +0200
@@ -12222,7 +12222,7 @@
fi
report_hash="OpenSSL"
PC_LIB="$PC_LIB ${HASH_LIBS}"
- PC_REQ="$PC_REQ libcrypto"
+ PC_REQ="$PC_REQ "
{ $as_echo "$as_me:${as_lineno-$LINENO}:
NOTE: OpenSSL is not compatible with GPL applications.