From owner-svn-src-user@FreeBSD.ORG Fri Feb 17 13:22:00 2012 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034B0106566C; Fri, 17 Feb 2012 13:22:00 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E36B28FC08; Fri, 17 Feb 2012 13:21:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1HDLxvW079861; Fri, 17 Feb 2012 13:21:59 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1HDLxiZ079859; Fri, 17 Feb 2012 13:21:59 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201202171321.q1HDLxiZ079859@svn.freebsd.org> From: Brooks Davis Date: Fri, 17 Feb 2012 13:21:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231874 - user/brooks/tchacks/usr.sbin/wpa/hostapd X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 13:22:00 -0000 Author: brooks Date: Fri Feb 17 13:21:59 2012 New Revision: 231874 URL: http://svn.freebsd.org/changeset/base/231874 Log: At least with ld from binutils hostapd does depend on symbols in libcrypto. Modified: user/brooks/tchacks/usr.sbin/wpa/hostapd/Makefile Modified: user/brooks/tchacks/usr.sbin/wpa/hostapd/Makefile ============================================================================== --- user/brooks/tchacks/usr.sbin/wpa/hostapd/Makefile Fri Feb 17 12:40:27 2012 (r231873) +++ user/brooks/tchacks/usr.sbin/wpa/hostapd/Makefile Fri Feb 17 13:21:59 2012 (r231874) @@ -47,7 +47,7 @@ CFLAGS+= -DCONFIG_IPV6 .endif #CFLAGS+= -g DPADD+= ${LIBPCAP} ${LIBSSL} -LDADD+= -lpcap -lssl +LDADD+= -lpcap -lssl -lcrypto # User customizations for wpa_supplicant/hostapd build environment CFLAGS+=${HOSTAPD_CFLAGS}