Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / lang / lua-sha2 / patches / 001-makefile.patch
1 From: Lars Gierth <larsg@systemli.org>
2 Date: Tue, 2 Sep 2014 00:05:39 +0200
3
4     Add rump Makefile
5
6 new file mode 100644
7 index 0000000..f081d38
8 --- /dev/null
9 +++ b/Makefile
10 @@ -0,0 +1,4 @@
11 +all: sha2.o sha2lib.o
12 +       $(CC) -shared -o sha2.so sha2.o sha2lib.o
13 +
14 +.PHONY: all