diff options
author | José Fonseca <[email protected]> | 2007-09-19 23:43:36 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2007-09-19 23:48:07 +0100 |
commit | 83a674a7af4e58f677a56aae2111d2cbdbf1e21d (patch) | |
tree | 056866d017701b3418522852978ee7912fd2b83c /configs/linux-static | |
parent | a0e948f3aaadf56ab206a6b3e597825f2085f6d1 (diff) |
Update linux-profile config.
Diffstat (limited to 'configs/linux-static')
-rw-r--r-- | configs/linux-static | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-static b/configs/linux-static index 85141ea643f..d5fbe9cf651 100644 --- a/configs/linux-static +++ b/configs/linux-static @@ -21,6 +21,7 @@ GLUT_LIB_DEPS = GLW_LIB_DEPS = # Need to specify all libraries we may need -APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm \ +APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -Wl,--start-group \ + -l$(GL_LIB) $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a -Wl,--end-group -lm \ -L/usr/X11R6/lib/ -lX11 -lXmu -lXi -lpthread |