diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-02-26 09:52:28 -0500 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-02-26 09:52:28 -0500 |
commit | f681fd09262a6e73dce39dce18cde49a7b1d36dc (patch) | |
tree | ee2f121382eb4063f05d290af74b4f872424da70 /cpp | |
parent | unix2dos (diff) | |
download | ice-f681fd09262a6e73dce39dce18cde49a7b1d36dc.tar.bz2 ice-f681fd09262a6e73dce39dce18cde49a7b1d36dc.tar.xz ice-f681fd09262a6e73dce39dce18cde49a7b1d36dc.zip |
Added -lipv6
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules.HP-UX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/Make.rules.HP-UX b/cpp/config/Make.rules.HP-UX index 712596103af..fdc4e3559fd 100644 --- a/cpp/config/Make.rules.HP-UX +++ b/cpp/config/Make.rules.HP-UX @@ -69,11 +69,11 @@ mklib = ar cr $(1) $(2) rpathlink = -L$(1) -BASELIBS = -lIceUtil -lxnet -lpthread +BASELIBS = -lIceUtil -lxnet -lpthread -lipv6 LIBS = $(BZIP2_RPATH_LINK) -lIce $(BASELIBS) ICEUTIL_OS_LIBS = -lpthread -lrt -ICE_OS_LIBS = +ICE_OS_LIBS = -lipv6 lp64suffix = /pa20_64 lp64binsuffix = /pa20_64 |