From 6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 31 Oct 2007 17:12:07 -0700 Subject: configs: Fix linking with static libGL and --as-needed Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions. --- configs/linux-static | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/linux-static') diff --git a/configs/linux-static b/configs/linux-static index 2a77d4c4b7..1ee16be73f 100644 --- a/configs/linux-static +++ b/configs/linux-static @@ -22,4 +22,5 @@ GLUT_LIB_DEPS = GLW_LIB_DEPS = # Need to specify all libraries we may need -APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm +APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread \ + -lstdc++ -lm -- cgit v1.2.3