Revert "package/aespipe: fix host compile"
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Dec 2016 14:56:21 +0000 (15:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Dec 2016 14:56:21 +0000 (15:56 +0100)
This reverts commit cb33a7d6bd89306635749b497cd004e986bcd7e5, 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>
package/aespipe/aespipe.mk

index 8c7cd21850a4c7a6f2396a05cb8dd9a998591cc7..6a38556ef1e709730b85b87cd2cc5dd4f67b5b92 100644 (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))