File: rules

package info (click to toggle)
libiscsi 1.12.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,484 kB
  • ctags: 2,296
  • sloc: ansic: 33,016; sh: 11,385; xml: 635; makefile: 272
file content (11 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

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