(backport from rev. 46743)
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
Build
-----
+- Bug #1502728: Correctly link against librt library on HP-UX.
+
- OpenBSD 3.9 is now supported.
- Test for sys/statvfs.h before including it, as statvfs is present