summaryrefslogtreecommitdiff
path: root/pcr/lua-ldap/lualdap-1.1.0-lua51.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-17 18:01:55 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-17 18:01:55 -0500
commit98a7e894d8347b242611c2cfd44bdb0f81576080 (patch)
tree38c1039ea252fee21d557d1846866d55f7eb1749 /pcr/lua-ldap/lualdap-1.1.0-lua51.patch
parent0174f5578fd28a78c48e99e1730fdae27c0fdb1b (diff)
downloadabslibre-98a7e894d8347b242611c2cfd44bdb0f81576080.tar.gz
abslibre-98a7e894d8347b242611c2cfd44bdb0f81576080.tar.bz2
abslibre-98a7e894d8347b242611c2cfd44bdb0f81576080.zip
Adding lua-ldap and lua-cyrussasl to pcr
Diffstat (limited to 'pcr/lua-ldap/lualdap-1.1.0-lua51.patch')
-rw-r--r--pcr/lua-ldap/lualdap-1.1.0-lua51.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/lua-ldap/lualdap-1.1.0-lua51.patch b/pcr/lua-ldap/lualdap-1.1.0-lua51.patch
new file mode 100644
index 000000000..07059ae08
--- /dev/null
+++ b/pcr/lua-ldap/lualdap-1.1.0-lua51.patch
@@ -0,0 +1,25 @@
+--- lualdap-1.1.0.orig/config 2006-07-23 20:42:06.000000000 -0500
++++ lualdap-1.1.0/config 2013-02-17 16:00:45.947143554 -0500
+@@ -1,10 +1,10 @@
+ # Installation directories
+ # System's libraries directory (where binary libraries are installed)
+-LUA_LIBDIR= /usr/local/lib/lua/5.0
++LUA_LIBDIR= /usr/lib/lua/5.1
+ # Lua includes directory
+-LUA_INC= /usr/local/include
++LUA_INC= /usr/include
+ # OpenLDAP includes directory
+-OPENLDAP_INC= /usr/local/include
++OPENLDAP_INC= /usr/include
+ # OpenLDAP library (an optional directory can be specified with -L<dir>)
+ OPENLDAP_LIB= -lldap
+
+@@ -13,7 +13,7 @@
+ #LIB_OPTION= -bundle -undefined dynamic_lookup #for MacOS X
+
+ # Lua version number (first and second digits of target version)
+-LUA_VERSION_NUM= 500
++LUA_VERSION_NUM= 510
+ LIBNAME= $T.so.$V
+ COMPAT_DIR= ../compat/src
+