summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:13:25 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:13:25 -0400
commitc8188857335016689cb4cee9300e49fbddf8f7fe (patch)
tree2f95f04ada9e791eca47bd76517269589578fa73 /Makefile
parent337581c040eb942a0dc81c8fb483ac28f5a8e38a (diff)
downloadlibfaketime-c8188857335016689cb4cee9300e49fbddf8f7fe.tar.gz
Fix link order for --as-needed (see http://bugs.debian.org/711958)
In Ubuntu, the attached patch was applied to achieve the following: * as-needed.patch: Fix object/library link order for --as-needed. When building with --as-needed, libraries need to be listed on the link line after the objects that reference them. In the autotools world (and elsewhere), the LDFLAGS variable has been split into LDFLAGS and LDADD to represent the need to list libs last. This patch makes that change to your Makefile, so this builds correctly with --as-needed in LDFLAGS.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions