diff options
Diffstat (limited to 'libs/libvpx/patches/001-remove_Wl.patch')
-rw-r--r-- | libs/libvpx/patches/001-remove_Wl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/libvpx/patches/001-remove_Wl.patch b/libs/libvpx/patches/001-remove_Wl.patch new file mode 100644 index 000000000..cac3d84a1 --- /dev/null +++ b/libs/libvpx/patches/001-remove_Wl.patch @@ -0,0 +1,12 @@ +--- libvpx-1.3.0/build/make/Makefile.old 2014-12-06 02:17:06.648714353 -0200 ++++ libvpx-1.3.0/build/make/Makefile 2014-12-06 02:17:16.096555499 -0200 +@@ -268,8 +268,8 @@ + $(1): + $(if $(quiet),@echo " [LD] $$@") + $(qexec)$$(LD) -shared $$(LDFLAGS) \ +- -Wl,--no-undefined -Wl,-soname,$$(SONAME) \ +- -Wl,--version-script,$$(EXPORTS_FILE) -o $$@ \ ++ --no-undefined -soname $$(SONAME) \ ++ --version-script $$(EXPORTS_FILE) -o $$@ \ + $$(filter %.o,$$^) $$(extralibs) + endef |