archives. It can be used to encrypt and decrypt loop-AES
compatible encrypted disk images.
- http://koti.tnnet.fi/jari.ruusu/linux/
+ http://loop-aes.sourceforge.net/
+# From https://sourceforge.net/projects/loop-aes/files/aespipe/v2.4f/
+sha1 2c23e1a6be298cf4f173f06b1123e4ecd5e9a202 aespipe-v2.4f.tar.bz2
+md5 ed05c62c1954110f009bedda4bc1562f aespipe-v2.4f.tar.bz2
# Locally computed:
-sha256 bad5abb8678c2a6062d22b893171623e0c8e6163b5c1e6e5086e2140e606b93a aespipe-v2.4e.tar.bz2
+sha256 b135e1659f58dc9be5e3c88923cd03d2a936096ab8cd7f2b3af4cb7a844cef96 aespipe-v2.4f.tar.bz2
#
################################################################################
-AESPIPE_VERSION = 2.4e
+AESPIPE_VERSION = 2.4f
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
AESPIPE_LICENSE = GPL
-# Recent Debian, Gentoo and Ubuntu enable -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
-# Older gcc versions however don't support the -no-pie flag, so we have to
-# check its availability.
-HOST_AESPIPE_NO_PIE_FLAG = $(call host-cc-option,-no-pie)
-HOST_AESPIPE_CONF_ENV = \
- CFLAGS="$(HOST_CFLAGS) $(HOST_AESPIPE_NO_PIE_FLAG)" \
- LDFLAGS="$(HOST_LDFLAGS) $(HOST_AESPIPE_NO_PIE_FLAG)"
-
$(eval $(autotools-package))
$(eval $(host-autotools-package))