summaryrefslogtreecommitdiff
path: root/pcr/lua-cyrussasl/lua-cyrussasl.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 18:33:25 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 18:33:25 +0100
commitbae780d04999a6452e01693690c555df51c9aaf1 (patch)
treee76f97dbf8c5dcc4a74ffddbcde56e4f97c4accf /pcr/lua-cyrussasl/lua-cyrussasl.patch
parent610445825d0df3b657be59f57cc1202f2c52b5e4 (diff)
downloadabslibre-bae780d04999a6452e01693690c555df51c9aaf1.tar.gz
abslibre-bae780d04999a6452e01693690c555df51c9aaf1.tar.bz2
abslibre-bae780d04999a6452e01693690c555df51c9aaf1.zip
pcr/lua-cyrussasl: updated to 1.1.0
Diffstat (limited to 'pcr/lua-cyrussasl/lua-cyrussasl.patch')
-rw-r--r--pcr/lua-cyrussasl/lua-cyrussasl.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/lua-cyrussasl/lua-cyrussasl.patch b/pcr/lua-cyrussasl/lua-cyrussasl.patch
index cf1229a3f..db1ad90f0 100644
--- a/pcr/lua-cyrussasl/lua-cyrussasl.patch
+++ b/pcr/lua-cyrussasl/lua-cyrussasl.patch
@@ -1,8 +1,8 @@
--- lua-cyrussasl.orig/Makefile 2010-07-06 12:01:15.000000000 -0500
+++ lua-cyrussasl/Makefile 2013-02-17 17:07:33.896240233 -0500
-@@ -4,12 +4,18 @@
- #LUAPATH=/usr/share/lua/5.1
- #CPATH=/usr/lib/lua/5.1
+@@ -16,12 +16,18 @@
+ #LUAPATH=/usr/local/share/lua/5.1
+ #CPATH=/usr/local/lib/lua/5.1
+# Arch/Parabola
+CFLAGS=-g -O2 -fpic -I/usr/include/lua5.1
@@ -10,7 +10,7 @@
+LUAPATH=/usr/share/lua/5.1
+CPATH=/usr/lib/lua/5.1
+
- # MacOS
+ # MacOS (tested with 10.6, 10.7, 10.8)
-CFLAGS=-g -Wall -O2
-LDFLAGS=-bundle -undefined dynamic_lookup -lsasl2
-MACOSX_VERSION=10.5
@@ -24,7 +24,7 @@
#########################################################
#
-@@ -28,7 +34,7 @@
+@@ -40,7 +46,7 @@
all: $(TARGET)
install: $(TARGET)