wrowe       2002/10/18 12:37:44

  Modified:    build    apr_hints.m4
  Log:
    This was at best simply the wrong patch (aught to have been -Wl,+s) but
    at worst is the wrong solution for gcc builds.  Leave this alone for now,
    reverting the prior HP/UX workaround.
  
  Revision  Changes    Path
  1.46      +0 -3      apr/build/apr_hints.m4
  
  Index: apr_hints.m4
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_hints.m4,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- apr_hints.m4      17 Oct 2002 18:22:16 -0000      1.45
  +++ apr_hints.m4      18 Oct 2002 19:37:44 -0000      1.46
  @@ -81,7 +81,6 @@
        ;;
       *-hp-hpux11.*)
        APR_ADDTO(CPPFLAGS, [-DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED])
  -     APR_ADDTO(LDFLAGS, [+s])
        ;;
       *-hp-hpux10.*)
        case $host in
  @@ -92,11 +91,9 @@
               ;;            
        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