summaryrefslogtreecommitdiff
path: root/sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch')
-rw-r--r--sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch b/sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch
deleted file mode 100644
index 34b12db22112..000000000000
--- a/sys-libs/libseccomp/files/libseccomp-2.6.0-python-shared.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 594fecb16833c693ac0cff8f857aec0edd097077 Mon Sep 17 00:00:00 2001
-Message-Id: <594fecb16833c693ac0cff8f857aec0edd097077.1666701554.git.mprivozn@redhat.com>
-From: Michal Privoznik <mprivozn@redhat.com>
-Date: Tue, 25 Oct 2022 14:39:07 +0200
-Subject: [PATCH] Link python module against shared library
-
----
- src/python/setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/python/setup.py b/src/python/setup.py
-index 46f9a73..85deb03 100755
---- a/src/python/setup.py
-+++ b/src/python/setup.py
-@@ -40,6 +40,6 @@ setup(
- ext_modules = cythonize([
- Extension("seccomp", ["seccomp.pyx"],
- # unable to handle libtool libraries directly
-- extra_objects=["../.libs/libseccomp.a"]),
-+ extra_objects=["../.libs/libseccomp.so"]),
- ])
- )
---
-2.37.4
-