Differences From Artifact [4cc17be70d]:
- File src/tls/ObjFWTLS.oc — part of check-in [f7a3b5739b] at 2024-04-13 08:12:04 on branch trunk — Add objfw-config file for ObjFWTLS (user: js, size: 94) [annotate] [blame] [check-ins using]
To Artifact [99b1fbc751]:
- File src/tls/ObjFWTLS.oc — part of check-in [38317aa6a3] at 2024-04-13 08:52:21 on branch trunk — Add STATIC_LIBS to all objfw-config files (user: js, size: 145) [annotate] [blame] [check-ins using] [more...]
1 2 3 | package_format 1 LIBS="-lobjfwtls $LIBS" FRAMEWORK_LIBS="-framework ObjFWTLS $FRAMEWORK_LIBS" | > | 1 2 3 4 | package_format 1 LIBS="-lobjfwtls $LIBS" FRAMEWORK_LIBS="-framework ObjFWTLS $FRAMEWORK_LIBS" STATIC_LIBS="${libdir}/libobjfwtls.a $STATIC_LIBS" |