Differences From Artifact [462ca525a2]:
- Executable file kitsh/build.sh — part of check-in [e8e77fe250] at 2012-07-14 23:29:59 on branch trunk — Added an LDFLAGS_ADD environment variable to add options to the end of the linking command line (user: rkeene, size: 5619) [annotate] [blame] [check-ins using]
To Artifact [fdc26b1533]:
- Executable file kitsh/build.sh — part of check-in [9467bd623b] at 2012-07-14 23:30:25 on branch trunk — Fixed missing export (user: rkeene, size: 5631) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + | # Set configure options for this sub-project LDFLAGS_ADD="${KC_KITSH_LDFLAGS_ADD}" LDFLAGS="${KC_KITSH_LDFLAGS}" CFLAGS="${KC_KITSH_CFLAGS}" CPPFLAGS="${KC_KITSH_CPPFLAGS}" LIBS="${KC_KITSH_LIBS}" |
︙ |