Changeset 701
- Timestamp:
- 04/07/07 18:40:54 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cget/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r700 r701 1 1 2007-04-07 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cget/Makefile.am (cget_LDADD): Use pthread libs only for 4 linking. Do not pass them to the compiler. 2 5 3 6 * cherokee/util.c (cherokee_get_shell): s/rindex/strrchr/ cherokee/trunk/cget/Makefile.am
r681 r701 6 6 -I${top_srcdir}/cherokee \ 7 7 $(TLS_CFLAGS) \ 8 $(PTHREAD_LIBS) \9 8 $(PTHREAD_CFLAGS) \ 10 9 $(LARGEFILE_CFLAGS) … … 13 12 cget_LDADD = \ 14 13 $(TLS_LIBS) \ 14 $(PTHREAD_LIBS) \ 15 15 ../cherokee/libcherokee-client.la 16 16