You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/03/07 19:38:50 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 Makefile.in

mturk       2005/03/07 10:38:50

  Modified:    jk/native/apache-2.0 Makefile.in
  Log:
  Fix #33843 by adding defined LDFLAGS.
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Makefile.in	18 Dec 2004 03:49:04 -0000	1.16
  +++ Makefile.in	7 Mar 2005 18:38:50 -0000	1.17
  @@ -63,7 +63,7 @@
   # APXS will compile every file, this is derived from apxs
   
   mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
  -	$(LIBTOOL) --mode=link ${COMPILE} -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
  +	$(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
   
   mod_jk.so: mod_jk.la
   	$(LIBTOOL) --mode=install cp $< `pwd`/$@
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org