Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 86 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 93
Line 33... Line 33...
33
	            --enable-pam --enable-kerberos --enable-srp \
33
	            --enable-pam --enable-kerberos --enable-srp \
34
	            --with-pty --enable-tcp-forward --enable-x11-forward \
34
	            --with-pty --enable-tcp-forward --enable-x11-forward \
35
	            --enable-agent-forward --enable-ipv6 --enable-utmp \
35
	            --enable-agent-forward --enable-ipv6 --enable-utmp \
36
	            --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
36
	            --with-zlib --with-tcpwrappers --with-sshd1=/usr/sbin/sshd \
37
	            --with-x XAUTH_PROGRAM=/usr/bin/xauth \
37
	            --with-x XAUTH_PROGRAM=/usr/bin/xauth \
38
	            CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs -Wl,--as-needed"
38
	            $(shell DEB_LDFLAGS_MAINT_PREPEND="-Wl,-z,defs -Wl,--as-needed" dpkg-buildflags --export=configure)
39
39
40
build: build-stamp
40
build: build-stamp
41
build-stamp:  config.status
41
build-stamp:  config.status
42
	dh_testdir
42
	dh_testdir
43
43