mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
int f = open("conftest.mmap", O_RDWR|O_CREAT|O_TRUNC, 0600);
|
||||
--- a/m4/want_gssapi.m4
|
||||
+++ b/m4/want_gssapi.m4
|
||||
@@ -54,7 +54,7 @@ AC_DEFUN([DOVECOT_WANT_GSSAPI], [
|
||||
@@ -55,7 +55,7 @@ AC_DEFUN([DOVECOT_WANT_GSSAPI], [
|
||||
|
||||
# does the kerberos library support SPNEGO?
|
||||
AC_CACHE_CHECK([whether GSSAPI supports SPNEGO],i_cv_gssapi_spnego,[
|
||||
@@ -81,7 +81,7 @@
|
||||
#ifdef HAVE_GSSAPI_H
|
||||
# include <gssapi.h>
|
||||
#else
|
||||
@@ -62,6 +62,7 @@ AC_DEFUN([DOVECOT_WANT_GSSAPI], [
|
||||
@@ -63,6 +63,7 @@ AC_DEFUN([DOVECOT_WANT_GSSAPI], [
|
||||
#endif
|
||||
#include <krb5.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user