ObjOpenSSL.oc: Fix missing lib
This commit is contained in:
parent
ce903e10c0
commit
74c31433cc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
package_description 1
|
||||
CPPFLAGS="$CPPFLAGS @OPENSSL_CPPFLAGS@"
|
||||
LIBS="@OPENSSL_LIBS@ $LIBS"
|
||||
LIBS="-lobjopenssl @OPENSSL_LIBS@ $LIBS"
|
||||
|
|
Reference in a new issue