public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Kofler <Kevin@tigcc.ticalc.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: Delete unused deepbind patch.
Date: Mon, 20 Jul 2026 20:01:08 GMT [thread overview]
Message-ID: <178457766876.1.5675441834884234555.rpms-xine-lib-ad825765e9a9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xine-lib
Branch : epel9-next
Commit : ad825765e9a9b162b49e1c6d0197bbdbd6f000e1
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date : 2011-11-20T03:00:42+01:00
Stats : +0/-20 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/ad825765e9a9b162b49e1c6d0197bbdbd6f000e1?branch=epel9-next
Log:
Delete unused deepbind patch.
---
diff --git a/xine-lib-1.1.1-deepbind-939.patch b/xine-lib-1.1.1-deepbind-939.patch
deleted file mode 100644
index b04400b..0000000
--- a/xine-lib-1.1.1-deepbind-939.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- xine-lib-1.1.1/src/xine-engine/load_plugins.c.~1~ 2005-09-19 09:14:02.000000000 -0700
-+++ xine-lib-1.1.1/src/xine-engine/load_plugins.c 2006-04-22 23:07:33.000000000 -0700
-@@ -591,7 +591,7 @@ static void collect_plugins(xine_t *this
- printf("load_plugins: %s not cached\n", str);
- #endif
-
-- if(!info && (lib = dlopen (str, RTLD_LAZY | RTLD_GLOBAL)) == NULL) {
-+ if(!info && (lib = dlopen (str, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)) == NULL) {
- const char *error = dlerror();
- /* too noisy -- but good to catch unresolved references */
- xprintf(this, XINE_VERBOSITY_LOG,
-@@ -649,7 +649,7 @@ static int _load_plugin_class(xine_t *th
- /* load the dynamic library if needed */
- if (!node->file->lib_handle) {
- lprintf("dlopen %s\n", filename);
-- if ((lib = dlopen (filename, RTLD_LAZY | RTLD_GLOBAL)) == NULL) {
-+ if ((lib = dlopen (filename, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND)) == NULL) {
- const char *error = dlerror();
-
- xine_log (this, XINE_LOG_PLUGIN,
reply other threads:[~2026-07-20 20:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457766876.1.5675441834884234555.rpms-xine-lib-ad825765e9a9@fedoraproject.org \
--to=kevin@tigcc.ticalc.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox