DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
CONFIG_OPTIONS = \
- --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+ --prefix=/usr --sysconfdir=/etc \
--disable-tools --disable-scripts \
+ --disable-fips-prf --disable-pubkey --disable-attr \
+ --disable-constraints --disable-revocation \
--disable-sha1 --disable-sha2 --disable-aes --disable-des \
--disable-md5 --disable-gmp --disable-pgp --disable-dnskey \
--enable-openssl --enable-monolithic --enable-eap-identity \
dh_md5sums
dh_builddeb
-# Build architecture independant packages using the common target.
+# Build architecture independent packages using the common target.
binary-indep: build-indep install
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-# Build architecture dependant packages using the common target.
+# Build architecture dependent packages using the common target.
binary-arch: build-arch install
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common