Changeset 701

Show
Ignore:
Timestamp:
04/07/07 18:40:54 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r700 r701  
    112007-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. 
    25 
    36        * cherokee/util.c (cherokee_get_shell): s/rindex/strrchr/ 
  • cherokee/trunk/cget/Makefile.am

    r681 r701  
    66-I${top_srcdir}/cherokee \ 
    77$(TLS_CFLAGS) \ 
    8 $(PTHREAD_LIBS) \ 
    98$(PTHREAD_CFLAGS) \ 
    109$(LARGEFILE_CFLAGS) 
     
    1312cget_LDADD = \ 
    1413$(TLS_LIBS) \ 
     14$(PTHREAD_LIBS) \ 
    1515../cherokee/libcherokee-client.la  
    1616