mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
4626e8e54b
Updated link to package homepage since old link is just a redirect now. Added sha1 and md5 hashes provided by upstream. Removed -no-pie workaround after upstream added a check in configure, quoting ChangeLog: - Added configure script autodetection for x86/amd64 -fno-pie compile and -no-pie linker flags. These are needed when compiler/linker produces position independent executable (PIE) by default. Build-tested host-aespipe on Debian Buster 10.1 using "gcc version 8.3.0 (Debian 8.3.0-6)" Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
394 B
Makefile
14 lines
394 B
Makefile
################################################################################
|
|
#
|
|
# aespipe
|
|
#
|
|
################################################################################
|
|
|
|
AESPIPE_VERSION = 2.4f
|
|
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))
|