ObjOpenSSL  Check-in [ad6527102e]

Overview
Comment:ObjOpenSSL.oc: Fix missing lib
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ad6527102ef5f1fc6e0c81e9fe66900feb259b371d7564091e2e9b94c6833e8c
User & Date: js on 2019-01-20 12:43:54
Other Links: manifest | tags
Context
2019-01-23
20:07
Remove unused variable check-in: f0aa4a913f user: js tags: trunk
2019-01-20
12:43
ObjOpenSSL.oc: Fix missing lib check-in: ad6527102e user: js tags: trunk
12:38
Update .gitignore check-in: 6662952826 user: js tags: trunk
Changes

Modified ObjOpenSSL.oc.in from [cfb10b0c38] to [a790cec2e9].

1
2
3
package_description 1
CPPFLAGS="$CPPFLAGS @OPENSSL_CPPFLAGS@"
LIBS="@OPENSSL_LIBS@ $LIBS"


|
1
2
3
package_description 1
CPPFLAGS="$CPPFLAGS @OPENSSL_CPPFLAGS@"
LIBS="-lobjopenssl @OPENSSL_LIBS@ $LIBS"