svn commit: r231874 - user/brooks/tchacks/usr.sbin/wpa/hostapd

Brooks Davis brooks at FreeBSD.org
Fri Feb 17 13:22:00 UTC 2012


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}


More information about the svn-src-user mailing list