From 1e9403100b5b64a18e20138e880fca1bc73b8ebc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 27 Jul 2011 04:22:21 +0000 Subject: use gcc flag -rdynamic to pass the right flag to LD svn path=/trunk/externals/pdp/; revision=15168 --- opengl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opengl') diff --git a/opengl/Makefile b/opengl/Makefile index 5ddaa1c..9021c29 100644 --- a/opengl/Makefile +++ b/opengl/Makefile @@ -20,7 +20,7 @@ clean: pdp_opengl.pd_linux: subdirs rm -f pdp_opengl.pd_linux - $(CC) --export-dynamic -shared -o pdp_opengl.pd_linux modules/*.o system/*.o $(LDFLAGS) -g + $(CC) -rdynamic -shared -o pdp_opengl.pd_linux modules/*.o system/*.o $(LDFLAGS) -g pdp_opengl.pd_darwin: subdirs rm -f pdp_opengl.pd_linux -- cgit v1.2.1