FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
# Fixes support for gcrypt 1.6+
|
||||
patches = [ ./gcrypt-fix.patch ];
|
||||
patches = [ ./gcrypt-fix.patch ./freebsd-unistd.patch ];
|
||||
|
||||
buildInputs = [ libgcrypt libgpgerror libtasn1 optPam optLibidn optGnutls ];
|
||||
|
||||
|
||||
12
pkgs/servers/shishi/freebsd-unistd.patch
Normal file
12
pkgs/servers/shishi/freebsd-unistd.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/gl/unistd.in.h b/gl/unistd.in.h
|
||||
index 2ea9af4..ed58960 100644
|
||||
--- a/gl/unistd.in.h
|
||||
+++ b/gl/unistd.in.h
|
||||
@@ -116,6 +116,7 @@
|
||||
# include <getopt.h>
|
||||
#endif
|
||||
|
||||
+#include "config.h"
|
||||
_GL_INLINE_HEADER_BEGIN
|
||||
#ifndef _GL_UNISTD_INLINE
|
||||
# define _GL_UNISTD_INLINE _GL_INLINE
|
||||
Reference in New Issue
Block a user