File: rules

package info (click to toggle)
libiscsi 1.20.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,080 kB
  • sloc: ansic: 40,928; xml: 749; sh: 689; makefile: 352
file content (13 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
# avoid linking with gcrypt which is used for fips compliance
# to _disable_ md5 when the system is in fips mode.  If gcrypt
# is disabled, regular md5 implementation will be used.
	ac_cv_lib_gcrypt_gcry_control=no \
	 dh_auto_configure -- --disable-werror --enable-manpages