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/05/23 14:23:53 UTC

cvs commit: jakarta-tomcat-connectors/jni/native Makefile.in

mturk       2005/05/23 05:23:53

  Modified:    jni/native Makefile.in
  Log:
  Add openssl library path to the libtool link.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat-connectors/jni/native/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	23 May 2005 11:43:36 -0000	1.3
  +++ Makefile.in	23 May 2005 12:23:53 -0000	1.4
  @@ -55,7 +55,7 @@
   	$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
   
   $(TARGET_LIB): $(OBJECTS)
  -	$(LINK) @lib_target@ @TCNATIVE_LIBS@ @SSL_LIBS@
  +	$(LINK) @lib_target@ @TCNATIVE_LDFLAGS@ @TCNATIVE_LIBS@ @SSL_LIBS@
   
   check: $(TARGET_LIB)
   	(cd test && $(MAKE) check)
  
  
  

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