]> git.pld-linux.org Git - packages/libseccomp.git/commit
disable python modules if building without static libs
authorJan Palus <atler@pld-linux.org>
Sat, 26 Sep 2020 11:03:37 +0000 (13:03 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Sep 2020 11:03:37 +0000 (13:03 +0200)
commitde4a549d5408c5f7a5323998da360ad50551e855
tree7e77119b2dee2ac18c265b069e6b1f74b04a0a70
parent6c9c8e6b69b4bd6de5c4d7dc28c72f231823f584
disable python modules if building without static libs

for whatever reason python modules are linked statically:

                Extension("seccomp", ["seccomp.pyx"],
                        # unable to handle libtool libraries directly
                        extra_objects=["../.libs/libseccomp.a"],
libseccomp.spec
This page took 0.080941 seconds and 4 git commands to generate.