Bug #1502728: Correctly link against librt library on HP-UX.
This commit is contained in:
parent
22ccbbc4ec
commit
66a0dbb576
|
@ -369,7 +369,7 @@ libpython$(VERSION).so: $(LIBRARY_OBJS)
|
|||
fi
|
||||
|
||||
libpython$(VERSION).sl: $(LIBRARY_OBJS)
|
||||
$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(LIBC) $(LIBM)
|
||||
$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM)
|
||||
|
||||
# This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
|
||||
# minimal framework (not including the Lib directory and such) in the current
|
||||
|
|
Loading…
Reference in New Issue