From 50e1da8698f484cfcf6793136ea268c3f997d6ea Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 17 Nov 2003 01:31:38 +0000 Subject: Fix most things when large file support is not configured. Mostly submitted by Thomas Lundquist . --- make/openssh.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make/openssh.mk') diff --git a/make/openssh.mk b/make/openssh.mk index 98ba9d280..97fcd161e 100644 --- a/make/openssh.mk +++ b/make/openssh.mk @@ -39,7 +39,9 @@ $(OPENSSH_DIR)/.configured: $(OPENSSH_DIR)/.unpacked --includedir=$(STAGING_DIR)/include \ --disable-lastlog --disable-utmp \ --disable-utmpx --disable-wtmp --disable-wtmpx \ - --without-x $(DISABLE_NLS) \ + --without-x \ + $(DISABLE_NLS) \ + $(DISABLE_LARGEFILE) \ ); touch $(OPENSSH_DIR)/.configured -- cgit v1.2.3