summarylogtreecommitdiffstats
path: root/0001-avbin-remove-unwanted-optimization.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-14 11:23:28 -0300
committerDaniel Bermond2022-11-14 11:23:28 -0300
commit5cd062a61e05ed5375e7583160ae0a2a33c030e7 (patch)
tree067fbc22c478f68556e5e1a5f5dc801765949672 /0001-avbin-remove-unwanted-optimization.patch
parentb7700e39b25ebd168bbeb34dac20530f85c02c38 (diff)
downloadaur-avbin.tar.gz
Fix git submodules. Disable lto to fix build. Cosmetic changes.
Diffstat (limited to '0001-avbin-remove-unwanted-optimization.patch')
-rw-r--r--0001-avbin-remove-unwanted-optimization.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/0001-avbin-remove-unwanted-optimization.patch b/0001-avbin-remove-unwanted-optimization.patch
index da283151dd02..7c1767564bda 100644
--- a/0001-avbin-remove-unwanted-optimization.patch
+++ b/0001-avbin-remove-unwanted-optimization.patch
@@ -1,6 +1,5 @@
-diff -Naurp a/linux-x86-32.Makefile b/linux-x86-32.Makefile
---- a/linux-x86-32.Makefile 2019-04-28 20:25:40.000000000 +0000
-+++ b/linux-x86-32.Makefile 2019-04-28 20:32:41.972095497 +0000
+--- a/linux-x86-32.Makefile
++++ b/linux-x86-32.Makefile
@@ -1,7 +1,7 @@
SONAME=libavbin.so.$(AVBIN_VERSION)
LIBNAME=$(OUTDIR)/$(SONAME)
@@ -10,9 +9,8 @@ diff -Naurp a/linux-x86-32.Makefile b/linux-x86-32.Makefile
LDFLAGS += -shared -soname $(SONAME) -zmuldefs
STATIC_LIBS = -whole-archive \
-diff -Naurp a/linux-x86-64.Makefile b/linux-x86-64.Makefile
---- a/linux-x86-64.Makefile 2019-04-28 20:25:40.000000000 +0000
-+++ b/linux-x86-64.Makefile 2019-04-28 20:32:47.072032317 +0000
+--- a/linux-x86-64.Makefile
++++ b/linux-x86-64.Makefile
@@ -1,7 +1,7 @@
SONAME=libavbin.so.$(AVBIN_VERSION)
LIBNAME=$(OUTDIR)/$(SONAME)