SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
net/icecast/patches/patch-configure
Normal file
21
net/icecast/patches/patch-configure
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -14634,7 +14634,7 @@ fi
|
||||
|
||||
|
||||
if test "x$openssl_prefix" != "x" -a "x$openssl_prefix" != "xyes"; then
|
||||
- OPENSSL_LIBS="-L$openssl_prefix/lib -lssl"
|
||||
+ OPENSSL_LIBS="-L$openssl_prefix/lib -lssl -lcrypto"
|
||||
OPENSSL_CFLAGS="-I$openssl_prefix/include"
|
||||
else
|
||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
@@ -14687,7 +14687,7 @@ fi
|
||||
else
|
||||
openssl_prefix="$prefix"
|
||||
fi
|
||||
- OPENSSL_LIBS="-L$openssl_prefix/lib -lssl"
|
||||
+ OPENSSL_LIBS="-L$openssl_prefix/lib -lssl -lcrypto"
|
||||
OPENSSL_CFLAGS="-I$openssl_prefix/include"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue