summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-02-22 15:52:27 +0000
committerColin Watson <cjwatson@debian.org>2004-02-22 15:52:27 +0000
commit25c1926976afaf66e12c125d698adf301de0dc5c (patch)
tree51b08309c807106b5ccc4151a423dd243875d57a /debian/rules
parent6d50ad0724e88972a74a70a45df674ef90a6ea75 (diff)
I'm not sure where the need to define __FILE_OFFSET_BITS (as opposed to
_FILE_OFFSET_BITS) came from, but it doesn't seem to be necessary any more. Remove it.
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 b3ff3c0f5..54fb4eed9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ build-stamp:
47 dh_testdir 47 dh_testdir
48 ./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 \ 48 ./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 \
49 --with-privsep-path=/var/run/sshd --without-rand-helper 49 --with-privsep-path=/var/run/sshd --without-rand-helper
50 $(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)\""' \ 50 $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -DSSH_VERSION="\"$(SSH_VERSION)\""' \
51 SSH_KEYSIGN='/usr/lib/ssh-keysign' 51 SSH_KEYSIGN='/usr/lib/ssh-keysign'
52 # Support building on Debian 3.0 (with GNOME 1.4) and later. 52 # Support building on Debian 3.0 (with GNOME 1.4) and later.
53 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ 53 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \