]> git.pld-linux.org Git - packages/domoticz.git/commit
make python patch sane
authorJan Palus <atler@pld-linux.org>
Tue, 20 Apr 2021 11:35:16 +0000 (13:35 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 20 Apr 2021 11:44:06 +0000 (13:44 +0200)
commit109876d24c8d0c1d85b2afae71c500162f4bfb83
treeb0f28d7596cc85eee5ba4b0a8e0ba2f33c2a5425
parent449945a67d46ddbcccf03aa1a35c5595cd61d90b
make python patch sane

key differences:
- actually works
- don't search libpython in random locations (never invoke FindLibrary
  with bSimple=true)
- use fixed PYTHON_LIBDIR defined in spec
- don't descend into subdirectories
- don't require library to end with _both_ .so and .dylib
  (filename.compare(filename.length() - 3, 3, ".so") == 0 &&
   filename.compare(filename.length() - 6, 6, ".dylib") == 0)
- don't require devel symlink (*.so) to be present
domoticz-python.patch
domoticz.spec
This page took 0.135929 seconds and 4 git commands to generate.