https://issues.apache.org/bugzilla/show_bug.cgi?id=43012

Michael Felt <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.2.6                       |2.2.23

--- Comment #12 from Michael Felt <[email protected]> ---
Just a hack - but it gets it done.

if test -z "$DLNAME"
then
  echo "Warning!  dlname not found in $TARGETDIR/$DSOARCHIVE_BASENAME."
  echo "Assuming installing a .so rather than a libtool archive."
  exit 0
fi
## PATHC ## HACK
[[ -e  $TARGETDIR/$DSOBASE.a && ! -e  $TARGETDIR/$TARGET_NAME ]] && \
        mv  $TARGETDIR/$DSOBASE.a $TARGETDIR/$TARGET_NAME      
## END
if test -n "$LIBRARY_NAMES"
then
    for f in $LIBRARY_NAMES
    do
        rm -f $TARGETDIR/$f
    done
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to