Commit 12e7b799 authored by dgaudet's avatar dgaudet
Browse files

It is bogus to use LDFLAGS on the shared ld command line for at least

two reasons:

- LDFLAGS has traditionally meant "flags to use when linking an
    executable", and such flags can be different than those for making
    a shared library

- LDFLAGS has traditionally been flags supplied to the cc executable for
    linking, not flags supplied to the ld executable... cc translates
    various flags before passing them to ld.  For example,
    "gcc -Wl,M" passes -M to ld.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80465 13f79535-47bb-0310-9956-ffa450edef68
parent f71d0461
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment