diff options
author | Brian Paul <[email protected]> | 2004-03-30 14:47:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-30 14:47:02 +0000 |
commit | 52fb07e2b2e4b207fa519f25468a3d2105fca393 (patch) | |
tree | 666a5b30a37b219f45ea5d72b4dc4a0de539d470 /Make-config | |
parent | 257c085db9df083673e2826c93b7625345aa959d (diff) |
merge from 6.0.1 branch
Diffstat (limited to 'Make-config')
-rw-r--r-- | Make-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Make-config b/Make-config index 3e4b98597ab..2b2362fa007 100644 --- a/Make-config +++ b/Make-config @@ -340,6 +340,7 @@ hpux10: "CXX = aCC" \ "CFLAGS = +O3 +DAportable -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM" \ "CXXFLAGS = +O3 +DAportable -Aa -D_HPUX_SOURCE" \ + "MKLIB_OPTIONS = -static" \ "APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm -L/usr/lib -lCsup" hpux10-sl: |