[Git][NTPsec/ntpsec][master] Removed failed attempted install path fix

Ian Bruene gitlab at mg.gitlab.com
Thu Dec 7 04:39:40 UTC 2017


Ian Bruene pushed to branch master at NTPsec / ntpsec


Commits:
1d7eb82e by Ian Bruene at 2017-12-06T22:39:11-06:00
Removed failed attempted install path fix

- - - - -


1 changed file:

- pylib/wscript


Changes:

=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -11,17 +11,6 @@ def configure(conf):
     fixed.load('python')
     fixed.check_python_version((2, 6, 0))
     conf.check_python_headers(features='pyext')  # Extension-only, no embedded
-    # Library directory hack
-    # For unknown reasons python libs are getting shunted off where they
-    # should not be on gentoo. I DO NOT KNOW HOW BRITTLE THIS CODE IS.
-    if conf.env.PYTHONDIR.startswith(conf.env.PREFIX) is False:
-        splitPoint = conf.env.PYTHONDIR.find("/python")
-        tail = conf.env.PYTHONDIR[splitPoint:]
-        conf.env.PYTHONDIR = conf.env.PREFIX + "lib" + tail
-    if conf.env.PYTHONARCHDIR.startswith(conf.env.PREFIX) is False:
-        splitPoint = conf.env.PYTHONARCHDIR.find("/python")
-        tail = conf.env.PYTHONARCHDIR[splitPoint:]
-        conf.env.PYTHONARCHDIR = conf.env.PREFIX + "lib" + tail
 
 
 def build(ctx):



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1d7eb82e08f132831eba6ac513d5e067a20d6d0d

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1d7eb82e08f132831eba6ac513d5e067a20d6d0d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171207/56e59fbb/attachment.html>


More information about the vc mailing list