diff options
Diffstat (limited to 'external/openldap/configure-c99.patch')
-rw-r--r-- | external/openldap/configure-c99.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/openldap/configure-c99.patch b/external/openldap/configure-c99.patch new file mode 100644 index 000000000..f1c3da6c4 --- /dev/null +++ b/external/openldap/configure-c99.patch @@ -0,0 +1,11 @@ +--- configure ++++ configure +@@ -14691,7 +14691,7 @@ + #include <sys/types.h> + #include <regex.h> + static char *pattern, *string; +-main() ++int main() + { + int rc; + regex_t re; |