tech-pkg archive

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

Re: freeradius startup crash



Maybe simpler

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/freeradius/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile	8 Oct 2018 15:50:39 -0000	1.99
+++ Makefile	19 Dec 2018 03:36:30 -0000
@@ -27,6 +27,8 @@
 CONFIGURE_ARGS+=	--without-rlm_sql_oracle
 CONFIGURE_ARGS+=	--without-rlm_sql_postgresql
 CONFIGURE_ARGS+=	--without-rlm_sql_unixodbc
+# NetBSD ptrace is broken (as of 8.99.27)
+CONFIGURE_ENV.NetBSD+=	ac_cv_header_sys_ptrace_h=no
 
 RCD_SCRIPTS=		radiusd
 RADIUS_GROUP?=		radiusd



Home | Main Index | Thread Index | Old Index