Changeset 8875
- Timestamp:
- Sep 21, 2006, 3:51:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r8870 r8875 122 122 123 123 PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${PTHREAD_CFLAGS}" 124 PSLIB_LIBS="${PSLIB_LIBS=} ${PTHREAD_LIBS}" 124 dnl PTHREAD_CFLAGS /must/ also be used in the linking of an exe. Without 125 dnl adding PTHREAD_CFLAGS into PSLIB_LIBS we can't link exes on Linux. 126 dnl Basically this means the entire method of only linking psLib's deps in the 127 dnl final exe or library is flawed. 128 PSLIB_LIBS="${PSLIB_LIBS=} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" 125 129 126 130 dnl ----------------- MYSQL options --------------------
Note:
See TracChangeset
for help on using the changeset viewer.
