diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-10 12:27:48 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-10 12:27:48 +0000 |
| commit | 9e21b478bcbccecd02918d71cffdd941d385bd50 (patch) | |
| tree | d7c5c716510758a6e10fff18500dbee4f8d9d157 /net/libnss-pgsql/files/patch-configure.ac | |
| parent | Update to upstream version 0.9 (diff) | |
New port: net/libnss-pgsql
libNSS-PostgreSQL allows you to authenticate UNIX groups and users
using a PostgreSQL database. It uses the NSS API which provides an
abstraction layer between the UNIX authentication API and the related
data. NSS-PostgreSQL currently supports the passwd and groups services.
WWW: https://ftp.postgresql.org/pub/projects/pgFoundry/sysauth/NSS/
PR: 178333
Submitted by: berend@pobox.com, felix@userspace.com.au
Reviewed by: lippe, robak
Diffstat (limited to 'net/libnss-pgsql/files/patch-configure.ac')
| -rw-r--r-- | net/libnss-pgsql/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnss-pgsql/files/patch-configure.ac b/net/libnss-pgsql/files/patch-configure.ac new file mode 100644 index 000000000000..131bace42d7e --- /dev/null +++ b/net/libnss-pgsql/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-12-21 07:52:02 UTC ++++ configure.ac +@@ -26,7 +26,7 @@ AC_CHECK_LIB([pq], [PQsetdbLogin]) + + # Checks for header files. + AC_HEADER_STDC +-AC_CHECK_HEADERS([stdlib.h string.h unistd.h nss.h]) ++AC_CHECK_HEADERS([stdlib.h string.h unistd.h nss.h shadow.h]) + + # Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST |
