libvpx: force to use gcc as linker 663/head
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 15 Dec 2014 20:29:57 +0000 (18:29 -0200)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Mon, 15 Dec 2014 20:34:07 +0000 (18:34 -0200)
commit9e673f2a4b3ec81f9b32af43b6015d7401bfba8f
tree289e60f1f3256ec6a721fd126cd3415bdedb67f1
parentfabb55271df41f68c02f6bbe6c75644ea1275e2b
libvpx: force to use gcc as linker

libvpx excepts gcc to be used as linker. However, it respects
what is defined in LD. The problem is that LD is defined by
OpenWRT as *-ld.

Forcing the LD env for configure and make solves the problem.
Also, the patch that modified ld call to match what *-ld provides
is not needed anymore.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
libs/libvpx/Makefile
libs/libvpx/patches/001-remove_Wl.patch [deleted file]