summarylogtreecommitdiffstats
path: root/build.patch
diff options
context:
space:
mode:
authorOlivier Galibert2015-09-12 14:00:42 +0200
committerOlivier Galibert2015-09-12 14:00:42 +0200
commit53000f7f3d7e3676ca06a5af1edd5d32cd27376e (patch)
tree71912f3dd3cb5eb77eed86a2228a0988cffa410a /build.patch
downloadaur-nbsmtp.tar.gz
Update for aur4
Diffstat (limited to 'build.patch')
-rw-r--r--build.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 000000000000..325b16308f61
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,15 @@
+--- hmac_md5.c~ 2005-07-28 19:29:07.000000000 +0200
++++ hmac_md5.c 2006-06-04 15:49:09.000000000 +0200
+@@ -4,10 +4,11 @@
+ *
+ * Code taken from RFC2104.
+ */
+-
++#include <stdlib.h>
+ #include <openssl/md5.h>
+ #include <string.h>
+
++
+ #include "hmac_md5.h"
+
+ /**