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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to