Overview
Comment: | Use rpath for ObjFW |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1250801719c46cb4241ce02d038c6c7f |
User & Date: | js on 2020-10-03 09:52:55 |
Other Links: | manifest | tags |
Context
2020-10-03
| ||
14:46 | tests/Makefile: Fix a typo check-in: aae7994132 user: js tags: trunk | |
09:52 | Use rpath for ObjFW check-in: 1250801719 user: js tags: trunk | |
09:25 | tests: Fix empty lib version when symlinking check-in: 25ce4ab4d6 user: js tags: trunk | |
Changes
Modified configure.ac from [95149380b6] to [8b03759eb3].
︙ | ︙ | |||
25 26 27 28 29 30 31 | AC_PROG_INSTALL CPP="$OBJCPP" CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)" OBJCFLAGS="$OBJCFLAGS $($OBJFW_CONFIG --objcflags)" LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)" FRAMEWORK_LIBS="$($OBJFW_CONFIG --framework-libs) $LIBS" | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | AC_PROG_INSTALL CPP="$OBJCPP" CPPFLAGS="$CPPFLAGS $OBJCPPFLAGS $($OBJFW_CONFIG --cppflags)" OBJCFLAGS="$OBJCFLAGS $($OBJFW_CONFIG --objcflags)" LDFLAGS="$LDFLAGS $($OBJFW_CONFIG --ldflags)" FRAMEWORK_LIBS="$($OBJFW_CONFIG --framework-libs) $LIBS" LIBS="$($OBJFW_CONFIG --libs --rpath) $LIBS" AX_CHECK_COMPILER_FLAGS(-Wdocumentation, [OBJCFLAGS="$OBJCFLAGS -Wdocumentation"]) AC_CHECK_TOOL(AR, ar) AC_PROG_RANLIB AC_ARG_ENABLE(shared, |
︙ | ︙ |