diff options
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 d5fbe9cf651..2fc39ff83ef 100644 --- a/configs/linux-static +++ b/configs/linux-static @@ -5,6 +5,7 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-static MKLIB_OPTIONS = -static +PIC_FLAGS = # Library names (actual file names) GL_LIB_NAME = libGL.a @@ -23,5 +24,5 @@ GLW_LIB_DEPS = # Need to specify all libraries we may need 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 + -L/usr/X11R6/lib/ -lX11 -lXext -lXmu -lXi -lpthread |