package/tvheadend: fix PIE build failures
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Fri, 14 Jun 2019 21:03:42 +0000 (23:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 20 Jun 2019 14:36:06 +0000 (16:36 +0200)
commitdd0907d465a0d82a4844e7aaf3eb3be69103642b
treeb26bc844efb1c7f51258bee158095fb0daf2015c
parent657ffee375f4751a760b28795c7064e89b882147
package/tvheadend: fix PIE build failures

Package tvheadend builds using '-pie' linker flag in any case. This
leads to linking failure if toolchain doesn't support 'pie'.

Add patch to fix tvheadend's Makefile bug where '-pie' flag is hardcoded
making it depend on '--disable-pie' as compiler's flags already are
treated.

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tvheadend/0002-Makefile-fix-pie-linking-according-to-disable-pie.patch [new file with mode: 0644]
package/tvheadend/tvheadend.mk