wrowe       2002/10/17 11:22:17

  Modified:    build    apr_hints.m4
  Log:
    When we build HP-UX applications, they must be able to follow the
    SHLIB_PATH path variable due to the construction and potential relocation
    of libapr.sl/libaprutil.sl with binary builds.
  
  Revision  Changes    Path
  1.45      +3 -0      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- apr_hints.m4      22 Sep 2002 19:26:41 -0000      1.44
  +++ apr_hints.m4      17 Oct 2002 18:22:16 -0000      1.45
  @@ -81,6 +81,7 @@
        ;;
       *-hp-hpux11.*)
        APR_ADDTO(CPPFLAGS, [-DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED])
  +     APR_ADDTO(LDFLAGS, [+s])
        ;;
       *-hp-hpux10.*)
        case $host in
  @@ -91,9 +92,11 @@
               ;;            
        esac
        APR_ADDTO(CPPFLAGS, [-D_REENTRANT])
  +     APR_ADDTO(LDFLAGS, [+s])
        ;;
       *-hp-hpux*)
        APR_ADDTO(CPPFLAGS, [-DHPUX -D_REENTRANT])
  +     APR_ADDTO(LDFLAGS, [+s])
        ;;
       *-linux-*)
           case `uname -r` in
  
  
  

Reply via email to