summaryrefslogtreecommitdiffstats
path: root/abs/extra/oss/ossvermagic.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:06:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:05 (GMT)
commit5595bd9f091248a9cc8dcca60776cd7c919d10ef (patch)
tree5858439728667a81b072b7e14f1d30d30b8f9c44 /abs/extra/oss/ossvermagic.patch
parent34aea02a41d9c352742211190131dbd72bb1d04c (diff)
downloadlinhes_pkgbuild-5595bd9f091248a9cc8dcca60776cd7c919d10ef.zip
linhes_pkgbuild-5595bd9f091248a9cc8dcca60776cd7c919d10ef.tar.gz
linhes_pkgbuild-5595bd9f091248a9cc8dcca60776cd7c919d10ef.tar.bz2
oss: 4.2_2008
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/extra/oss/ossvermagic.patch')
-rw-r--r--abs/extra/oss/ossvermagic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/oss/ossvermagic.patch b/abs/extra/oss/ossvermagic.patch
new file mode 100644
index 0000000..9c20912
--- /dev/null
+++ b/abs/extra/oss/ossvermagic.patch
@@ -0,0 +1,12 @@
+--- os_cmd/Linux/ossvermagic/ossvermagic.c 2013-06-14 06:55:00.000000000 +0200
++++ os_cmd/Linux/ossvermagic/ossvermagic.c 2013-11-14 18:42:23.910206071 +0100
+@@ -81,6 +81,8 @@
+ if (!ok)
+ ok = ELF_LOAD_SYMTAB (fname, "__mod_vermagic", sym_callback);
+ if (!ok)
++ ok = ELF_LOAD_SYMTAB (fname, "__UNIQUE_ID_vermagic0", sym_callback);
++ if (!ok)
+ ELF_LOAD_SYMTAB (fname, "__oss_compile_vermagic", sym_callback);
+ }
+
+