File: rules

package info (click to toggle)
opensmtpd-extras 6.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,940 kB
  • sloc: ansic: 15,861; sh: 3,753; makefile: 179; python: 59
file content (20 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
            --with-mantype=man \
            --with-privsep-path=/var/lib/opensmtpd/empty \
            --with-privsep-user=opensmtpd \
	    --without-openssl-header-check \
	    --with-table-ldap \
	    --with-table-mysql \
	    --with-table-postgres \
	    --with-table-redis \
	    --with-table-socketmap \
	    --with-table-passwd \
	    --with-table-sqlite