diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 11:10:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:47 +0200 |
commit | b2a3cd7366b1132282f8a71421c0260095bc702c (patch) | |
tree | 789e768a590236acdadd8477504e213f6b996066 /package/libvpx/patches/patch-build_make_Makefile | |
parent | b24705ef52d78da83e1c443cbcf9a0483e5e9a85 (diff) |
update libvpx to latest stable version
Diffstat (limited to 'package/libvpx/patches/patch-build_make_Makefile')
-rw-r--r-- | package/libvpx/patches/patch-build_make_Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/libvpx/patches/patch-build_make_Makefile b/package/libvpx/patches/patch-build_make_Makefile deleted file mode 100644 index 8a7c04d2d..000000000 --- a/package/libvpx/patches/patch-build_make_Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- libvpx-v1.2.0.orig/build/make/Makefile 2013-10-14 20:16:36.000000000 +0200 -+++ libvpx-v1.2.0/build/make/Makefile 2014-01-06 11:06:33.806841128 +0100 -@@ -210,8 +210,8 @@ endif - define linker_template - $(1): $(filter-out -%,$(2)) - $(1): -- $(if $(quiet),@echo " [LD] $$@") -- $(qexec)$$(LD) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs)) -+ $(if $(quiet),@echo " [CC] $$@") -+ $(qexec)$$(CC) $$(strip $$(INTERNAL_LDFLAGS) $$(LDFLAGS) -o $$@ $(2) $(3) $$(extralibs)) - endef - define linkerxx_template - $(1): $(filter-out -%,$(2)) -@@ -250,8 +250,8 @@ define so_template - # - # This needs further abstraction for dealing with non-GNU linkers. - $(1): -- $(if $(quiet),@echo " [LD] $$@") -- $(qexec)$$(LD) -shared $$(LDFLAGS) \ -+ $(if $(quiet),@echo " [CC] $$@") -+ $(qexec)$$(CC) -shared $$(LDFLAGS) \ - -Wl,--no-undefined -Wl,-soname,$$(SONAME) \ - -Wl,--version-script,$$(SO_VERSION_SCRIPT) -o $$@ \ - $$(filter %.o,$$?) $$(extralibs) |