Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/blacklist/port fix NetBSD



details:   https://anonhg.NetBSD.org/src/rev/cfbf9e0038d8
branches:  trunk
changeset: 335746:cfbf9e0038d8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 22 19:44:59 2015 +0000

description:
fix NetBSD

diffstat:

 external/bsd/blacklist/port/configure.ac |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 3a670737a3f4 -r cfbf9e0038d8 external/bsd/blacklist/port/configure.ac
--- a/external/bsd/blacklist/port/configure.ac  Thu Jan 22 19:08:43 2015 +0000
+++ b/external/bsd/blacklist/port/configure.ac  Thu Jan 22 19:44:59 2015 +0000
@@ -28,6 +28,8 @@
 AC_CHECK_HEADERS(netatalk/at.h net/if_dl.h db.h db_185.h)
 AC_CHECK_LIB(rt, clock_gettime)
 AC_CHECK_LIB(db, __db185_open)
+AC_CHECK_LIB(util, pidfile)
+AC_CHECK_LIB(util, sockaddr_snprintf)
 
 AH_BOTTOM([
 #ifndef __NetBSD__



Home | Main Index | Thread Index | Old Index