From 25a48f58b02e52ab0146e31343be9cad9862eb06 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 23 Sep 2003 18:37:51 +0000 Subject: Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, which are no longer necessary. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b2f36f0a9..2dc8d3b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ openssh (1:3.7.1p2-1) UNRELEASED; urgency=low * New upstream release. + * Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, + which are no longer necessary. -- Colin Watson Tue, 23 Sep 2003 19:22:38 +0100 diff --git a/debian/rules b/debian/rules index ec594ecb0..640f6d3c2 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ build-stamp: dh_testdir ./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 \ --with-privsep-path=/var/run/sshd --without-rand-helper - $(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)\""' \ + $(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)\""' \ SSH_KEYSIGN='/usr/lib/ssh-keysign' # Support building on Debian 3.0 (with GNOME 1.4) and later. if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ -- cgit v1.2.3