Repository: trafficserver Updated Branches: refs/heads/master 939576a06 -> 05af23fb9
TS-3490: stop using -no-undefined to link the mysql_remap plugin Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/05af23fb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/05af23fb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/05af23fb Branch: refs/heads/master Commit: 05af23fb983e0bf2c157ee9abed58e961c6347f0 Parents: 939576a Author: James Peach <[email protected]> Authored: Mon Sep 21 10:11:26 2015 -0700 Committer: James Peach <[email protected]> Committed: Mon Sep 21 10:11:26 2015 -0700 ---------------------------------------------------------------------- plugins/experimental/mysql_remap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/05af23fb/plugins/experimental/mysql_remap/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/mysql_remap/Makefile.am b/plugins/experimental/mysql_remap/Makefile.am index ea3b62e..6f38e6b 100644 --- a/plugins/experimental/mysql_remap/Makefile.am +++ b/plugins/experimental/mysql_remap/Makefile.am @@ -28,5 +28,5 @@ libmysql_remap_la_SOURCES = \ lib/dictionary.c \ lib/iniparser.c -mysql_remap_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS) $(LIB_MYSQLCLIENT) -no-undefined +mysql_remap_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS) $(LIB_MYSQLCLIENT) mysql_remap_la_LIBADD = libmysql_remap.la
