diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-06-21 13:55:28 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-06-21 13:55:28 -0400 |
commit | c9553af68f543113be41e6ae8dcdd9ee5e2267bc (patch) | |
tree | c60f3cc697cc75ab24b4ab850704752ef44a8e2f /gmodule | |
parent | e549bbf66406fc483cd43ce860ba88e7d83d3c80 (diff) |
Use -Bsymbolic-functions, drop g*alias PLT hackery
This is a minimal patch-out of the galias functionality. We will do a
release like this so that we can easily back it out if there are
reported problems.
A more substantial cleanup (mostly removing #includes from every file)
will follow if there are no issues.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index b864d4219..01cad55a5 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -80,7 +80,7 @@ uninstall-def-file: endif libgmodule_2_0_la_SOURCES = gmodule.c -libgmodule_2_0_la_LDFLAGS = \ +libgmodule_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \ $(gmodule_win32_res_ldflag) \ $(G_MODULE_LDFLAGS) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ |