3 Commits

Author SHA1 Message Date
naddy
98ded264c3 explicitly link with libgmodule; fixes build with lld 2018-05-02 18:17:56 +00:00
jca
38be145b99 Fix typo
Spotted by jbeich@FreeBSD
2017-12-25 13:01:26 +00:00
jca
7eff883fb5 Fix libglade breakage, we need to pass -E/--export-dynamic to ld(1).
clang does not understand -export-dynamic as gcc does (implementation quirk
in our gcc version, acknowledged in later gcc versions), and passes
a non-sensical "-e xport-dynamic" to ld(1).  Use gcc's -rdynamic
feature, also implemented by clang.

ok kili@ pea@ (maintainer)
2017-12-24 01:30:45 +00:00