diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 06:47:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-18 06:47:11 +0000 |
commit | 093fac848d3e536f1b6be30b8542349aa7358b2d (patch) | |
tree | 51123ad16158f881c37591feb6cff0780ae8fe3f /testing/lua5.2-sec-prosody/Makefile.patch | |
parent | 9d4dd808a142a0d831236d42122bc270f0bdc644 (diff) | |
download | aports-093fac848d3e536f1b6be30b8542349aa7358b2d.tar.bz2 aports-093fac848d3e536f1b6be30b8542349aa7358b2d.tar.xz |
testing/lua5.2-sec-prosody: new aport
Temporary fork of lua-sec necessary for prosody to support certificate authentication
https://prosody.im/doc/depends/luasec/prosody
Diffstat (limited to 'testing/lua5.2-sec-prosody/Makefile.patch')
-rw-r--r-- | testing/lua5.2-sec-prosody/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/lua5.2-sec-prosody/Makefile.patch b/testing/lua5.2-sec-prosody/Makefile.patch new file mode 100644 index 0000000000..958c24a1be --- /dev/null +++ b/testing/lua5.2-sec-prosody/Makefile.patch @@ -0,0 +1,11 @@ +--- a/src/Makefile.orig ++++ b/src/Makefile +@@ -22,7 +22,7 @@ + + INSTALL ?= install + CC ?= cc +-LD ?= $(MYENV) cc ++LD = $(MYENV) cc + CFLAGS += $(MYCFLAGS) + LDFLAGS += $(MYLDFLAGS) + DESTDIR ?= / |