From owner-freebsd-current@FreeBSD.ORG Sun Dec 30 23:02:11 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B1B9522 for ; Sun, 30 Dec 2012 23:02:11 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 22CF88FC0A for ; Sun, 30 Dec 2012 23:02:10 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap4EAD/G4FCDaFvO/2dsb2JhbABFhjq3OnOCSIELAg0ZAokFlymOUZBYgSKLQIEPghaBEwOIYo0qiU2Ge4MSgVM1 X-IronPort-AV: E=Sophos;i="4.84,382,1355115600"; d="scan'208";a="6929956" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu.net.uoguelph.ca with ESMTP; 30 Dec 2012 18:02:03 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id A48ADB3F1C for ; Sun, 30 Dec 2012 18:02:03 -0500 (EST) Date: Sun, 30 Dec 2012 18:02:03 -0500 (EST) From: Rick Macklem To: freebsd-current@freebsd.org Message-ID: <1466136079.1602238.1356908523623.JavaMail.root@erie.cs.uoguelph.ca> Subject: r244604 breaks build WITHOUT_KERBEROS + WITH_GSSAPI for gssd.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 23:02:11 -0000 Hi, Maybe someone familiar with the build environment can help with this. Someone reported via email that gssd.c no longer builds for the combination of WITHOUT_KERBEROS and WITH_GSSAPI. Now, the gssd is completely useless without kerberos, but I need a way to fix the build for this case? Can it just be set to not build the gssd daemon when WITHOUT_KERBEROS is specified? Alternately, if WITHOUT_KERBEROS is defined for the compile, I can #ifdef the code so that it builds, although the resultant binary is useless. Thanks in advance for any help with this, rick