void-packages/srcpkgs/libsasl/patches/cross-makemd5.patch

13 lines
303 B
Diff
Raw Normal View History

2014-07-25 14:15:10 +00:00
--- a/include/Makefile.am.orig 2014-07-25 16:11:53.760645554 +0200
+++ b/include/Makefile.am 2014-07-25 16:12:05.961050991 +0200
2014-07-25 14:30:19 +00:00
@@ -49,6 +49,9 @@ saslinclude_HEADERS = hmac-md5.h md5.h m
2014-07-25 14:15:10 +00:00
noinst_PROGRAMS = makemd5
+CC = cc
+CFLAGS = -O2
2014-07-25 14:30:19 +00:00
+LIBS =
2014-07-25 14:15:10 +00:00
makemd5_SOURCES = makemd5.c
md5global.h: makemd5