libre: fix ld argument
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Nov 2017 21:09:40 +0000 (22:09 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 26 Nov 2017 21:09:55 +0000 (22:09 +0100)
commitc2f7efa6a1f467205669669bd643676de12c2a6c
tree6fda570c25e7606e97ce37d871b93ffec81bc327
parenta178a9ecc8933eca54bee46ad47cc1dd3d1fea8d
libre: fix ld argument

When using the default Build/Compile routine $LD is set to the actual
linker, so libre's build system is not using ld indirectly via the
compiler anymore. But it feeds -rdynamic to ld instead of
--export-dynamic. Fix that with this patch.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/re/patches/003-fix-linker-call.patch [new file with mode: 0644]