From b2889ac7c5e7c7885cb250b68443a11b9e5ff12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 17 Apr 1997 21:33:15 -0700 Subject: [PATCH] fix for HP-UX Rev: bin/smartlink:1.6 --- bin/smartlink | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/smartlink b/bin/smartlink index 70fa32f359..029def2687 100755 --- a/bin/smartlink +++ b/bin/smartlink @@ -5,6 +5,10 @@ shift RPATH="" LDOPTS="" +#Special for HP-UX +LD_PXDB=/dev/null +export LD_PXDB + #set -x while test "$#" != 0; do -- GitLab