Overview
Comment: | Use rpath for ObjFW/ObjOpenSSL/ObjSQLite3 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1fa7ea5521d22b0b9020257124264908 |
User & Date: | js on 2020-10-03 09:59:45 |
Other Links: | manifest | tags |
Context
2020-10-03
| ||
14:23 | Add MTXRequest, MTXClient & support for logging in check-in: 1e716c7f85 user: js tags: trunk | |
09:59 | Use rpath for ObjFW/ObjOpenSSL/ObjSQLite3 check-in: 1fa7ea5521 user: js tags: trunk | |
09:51 | Add README.md check-in: f9a9730cbd user: js tags: trunk | |
Changes
Modified configure.ac from [9275954693] to [d887e5a7de].
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + | CPP="$OBJCPP" CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS" CPPFLAGS="$CPPFLAGS $($OBJFW_CONFIG $OBJFW_CONFIG_FLAGS --cppflags)" OBJCFLAGS="$OBJCFLAGS $($OBJFW_CONFIG $OBJFW_CONFIG_FLAGS --objcflags)" LDFLAGS="$LDFLAGS $($OBJFW_CONFIG $OBJFW_CONFIG_FLAGS --ldflags)" FRAMEWORK_LIBS="$($OBJFW_CONFIG $OBJFW_CONFIG_FLAGS --framework-libs) $LIBS" |
︙ |