Repository: trafficserver
Updated Branches:
  refs/heads/master 10d953e67 -> f8cf0d1a2


build: limit plugin exports to official API symbols


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f8cf0d1a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f8cf0d1a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f8cf0d1a

Branch: refs/heads/master
Commit: f8cf0d1a24f6265f675077b3a65ff619607037a8
Parents: 10d953e
Author: James Peach <[email protected]>
Authored: Mon Aug 18 17:21:06 2014 -0700
Committer: James Peach <[email protected]>
Committed: Mon Aug 18 17:21:06 2014 -0700

----------------------------------------------------------------------
 build/plugins.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f8cf0d1a/build/plugins.mk
----------------------------------------------------------------------
diff --git a/build/plugins.mk b/build/plugins.mk
index c284405..0cfd74b 100644
--- a/build/plugins.mk
+++ b/build/plugins.mk
@@ -19,7 +19,8 @@
 TS_PLUGIN_LDFLAGS = \
   -module \
   -shared \
-  -avoid-version
+  -avoid-version \
+  -export-symbols-regex 
'^(TSRemapInit|TSRemapDone|TSRemapDoRemap|TSRemapNewInstance|TSRemapDeleteInstance|TSRemapOSResponse|TSPluginInit)$$'
 
 TS_PLUGIN_CPPFLAGS = \
   -D__STDC_LIMIT_MACROS=1 \

Reply via email to