Commit c57fb90a authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Works under AIX as a DSO now.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90170 13f79535-47bb-0310-9956-ffa450edef68
parent fe0a3e3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11,6 +11,10 @@ else
fi

case "$host" in
  *-ibm-aix*)
    # AIX wants the symbols resolved, but doesn't like .la files ... ;(
    dav_fs_objects="$dav_fs_objects ../main/mod_dav.lo ../main/props.lo ../main/util.lo ../main/util_lock.lo ../main/liveprop.lo ../main/providers.lo ../main/std_liveprop.lo"
    ;;
  *os2*)
    # OS/2 DLLs must resolve all symbols at build time
    # and we need some from main DAV module