summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-23 18:37:51 +0000
committerColin Watson <cjwatson@debian.org>2003-09-23 18:37:51 +0000
commit25a48f58b02e52ab0146e31343be9cad9862eb06 (patch)
tree60be83942326209c3654edc44c22218d062dba8d /debian/rules
parent298a1b62359349da2105fc7aadf6a328d5f1df87 (diff)
Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, which
are no longer necessary.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ec594ecb0..640f6d3c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ build-stamp:
33 dh_testdir 33 dh_testdir
34 ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \ 34 ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \
35 --with-privsep-path=/var/run/sshd --without-rand-helper 35 --with-privsep-path=/var/run/sshd --without-rand-helper
36 $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -fno-builtin-log -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DHAVE_MMAP_ANON_SHARED -DSSH_VERSION="\"$(SSH_VERSION)\""' \ 36 $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DSSH_VERSION="\"$(SSH_VERSION)\""' \
37 SSH_KEYSIGN='/usr/lib/ssh-keysign' 37 SSH_KEYSIGN='/usr/lib/ssh-keysign'
38 # Support building on Debian 3.0 (with GNOME 1.4) and later. 38 # Support building on Debian 3.0 (with GNOME 1.4) and later.
39 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ 39 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \