diff options
author | Brian Paul <[email protected]> | 2006-09-06 13:56:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-09-06 13:56:26 +0000 |
commit | 2216aac8ea2ab90cdf71658379f88f30131426c5 (patch) | |
tree | 389ce4ea9a5d27b88623e401c248e0dcabf609db | |
parent | bb2180dca34ba9be4c26fd489900fa84d4ca1617 (diff) |
comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 817e1df0e28..23d7aedfbf5 100644 --- a/configs/default +++ b/configs/default @@ -68,7 +68,7 @@ PROGRAM_DIRS = demos redbook samples xdemos # Library/program dependencies -EXTRA_LIB_PATH ?= +#EXTRA_LIB_PATH ?= GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread OSMESA_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm |