57b628a932
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>
14 lines
394 B
Makefile
14 lines
394 B
Makefile
################################################################################
|
|
#
|
|
# aespipe
|
|
#
|
|
################################################################################
|
|
|
|
AESPIPE_VERSION = 2.4d
|
|
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
|
|
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
|
|
AESPIPE_LICENSE = GPL
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|