Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_PA_RISC.mak4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_ia64.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_PA_RISC.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_PA_RISC.mak
index 39cf5e13f6..c1fae4281e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_PA_RISC.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_PA_RISC.mak
@@ -58,12 +58,12 @@ all: make_swt make_cde
make_swt: $(SWT_LIB)
$(SWT_LIB): $(SWT_OBJS)
- ld -b -z -o $@ $(SWT_OBJS) $(SWT_LIBS)
+ ld +nodefaultrpath -b -z -o $@ $(SWT_OBJS) $(SWT_LIBS)
make_cde: $(CDE_LIB)
$(CDE_LIB): $(CDE_OBJS)
- ld -b -z -o $@ $(CDE_OBJS) $(CDE_LIBS)
+ ld +nodefaultrpath -b -z -o $@ $(CDE_OBJS) $(CDE_LIBS)
clean:
rm -f *.sl *.o
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_ia64.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_ia64.mak
index 3fe30e8515..ca33f28a18 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_ia64.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/motif/library/make_hpux_ia64.mak
@@ -57,12 +57,12 @@ all: make_swt make_cde
make_swt: $(SWT_LIB)
$(SWT_LIB): $(SWT_OBJS)
- ld -b -z -o $@ $(SWT_OBJS) $(SWT_LIBS)
+ ld +nodefaultrpath -b -z -o $@ $(SWT_OBJS) $(SWT_LIBS)
make_cde: $(CDE_LIB)
$(CDE_LIB): $(CDE_OBJS)
- ld -b -z -o $@ $(CDE_OBJS) $(CDE_LIBS)
+ ld +nodefaultrpath -b -z -o $@ $(CDE_OBJS) $(CDE_LIBS)
clean:
rm -f *.so *.o

Back to the top