commit a3da26c9a74745c4974f91be9cc9d17d0db80f48 from: Omar Polo date: Fri Nov 25 16:12:30 2022 UTC template: check for unveil in the configure needs unveil too now. commit - 11ba7ae21c5fc88e8c960fd698c8518dcf175b72 commit + a3da26c9a74745c4974f91be9cc9d17d0db80f48 blob - 1db13588a7ea403bd6118d26ac7f90b93fc7d290 blob + db1e39d22231e7c7f03b56af10ee2aac607e7a15 --- template/configure +++ template/configure @@ -74,6 +74,7 @@ HAVE_STRLCAT= HAVE_STRLCPY= HAVE_STRTONUM= HAVE_SYS_QUEUE= +HAVE_UNVEIL= HAVE_VASPRINTF= HAVE___PROGNAME= @@ -160,6 +161,7 @@ runtest strlcat STRLCAT || true runtest strlcpy STRLCPY || true runtest strtonum STRTONUM || true runtest sys_queue SYS_QUEUE || true +runtest unveil UNVEIL || true runtest vasprintf VASPRINTF -D_GNU_SOURCE || true runtest __progname __PROGNAME || true @@ -192,6 +194,7 @@ cat <