]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR/BUILD: fix Lua build on Mac OS X
authorThierry Fournier <thierry.fournier@ozon.io>
Mon, 26 Feb 2018 08:25:56 +0000 (09:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 5 Mar 2018 13:19:34 +0000 (14:19 +0100)
commit13113d6abbbe0662d1de0b842bbc4fa8d1907890
tree4f13624fdec5d837b5fc355eb4a68100bd35931f
parent44e973f50843ae33fab82b2682b2633a4c2b7443
MINOR/BUILD: fix Lua build on Mac OS X

Change gcc option syntax for Mac. -Wl,--export-dynamic is not
supported, use -Wl,-export_dynamic.

Thanks to Kirill A. Korinsky for the report.

This patch should be backported on each version from 1.6
Makefile