]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1502728: Correctly link against librt library on HP-UX.
authorGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 12:54:16 +0000 (12:54 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Jun 2006 12:54:16 +0000 (12:54 +0000)
 (backport from rev. 46743)

Makefile.pre.in
Misc/NEWS

index 1e2c9728ea6c095584e99d9c1e114c624f8c26e4..f03e17afebaf84ecd2703ec995155af06202b19f 100644 (file)
@@ -358,7 +358,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
index 6cc0ced70f0fb83f106a91ed6a558437d5dff0e6..19a4750acc19e5b3406060d7f1c56a13640d0211 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Tools/Demos
 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