Kaydet (Commit) 66a0dbb5 authored tarafından Georg Brandl's avatar Georg Brandl

Bug #1502728: Correctly link against librt library on HP-UX.

üst 22ccbbc4
...@@ -369,7 +369,7 @@ libpython$(VERSION).so: $(LIBRARY_OBJS) ...@@ -369,7 +369,7 @@ libpython$(VERSION).so: $(LIBRARY_OBJS)
fi fi
libpython$(VERSION).sl: $(LIBRARY_OBJS) 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 # This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
# minimal framework (not including the Lib directory and such) in the current # minimal framework (not including the Lib directory and such) in the current
......
...@@ -181,6 +181,8 @@ Library ...@@ -181,6 +181,8 @@ Library
Build Build
----- -----
- Bug #1502728: Correctly link against librt library on HP-UX.
- OpenBSD 3.9 is supported now. - OpenBSD 3.9 is supported now.
- Patch #1492356: Port to Windows CE. - Patch #1492356: Port to Windows CE.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment