Revert "package/aespipe: fix host compile"

This reverts commit cb33a7d6bd, as it
causes build failures on platforms where gcc does not understand the
"-no-pie" option.

Fixes:

  http://autobuild.buildroot.net/results/51be9526300b3d03e2e304dec9cae953f2f59de4/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2016-12-17 15:56:21 +01:00
parent 93f31b20da
commit 57b628a932

View file

@ -9,12 +9,5 @@ AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
AESPIPE_LICENSE = GPL
# Debian enables -fPIE by default, breaking the build:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837393
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835148
HOST_AESPIPE_CONF_ENV = \
CFLAGS="$(HOST_CFLAGS) -no-pie" \
LDFLAGS="$(HOST_LDFLAGS) -no-pie"
$(eval $(autotools-package))
$(eval $(host-autotools-package))