public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: Delete unused deepbind patch.
@ 2026-07-20 20:01 Kevin Kofler
0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 2026-07-20 20:01 UTC (permalink / raw)
To: git-commits
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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:01 [rpms/xine-lib] epel9-next: Delete unused deepbind patch Kevin Kofler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox