diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-09 21:47:09 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-09 21:47:09 -0200 |
commit | a851915f28923b2cd1979471c64d75e527f117cf (patch) | |
tree | a0cd3a72cfe2657d16a0275fe67e3745577cb9d5 /pcr/lua-cyrussasl | |
parent | 5b9506770ce84ac053de4d3500b56a1da84b1694 (diff) | |
parent | 39e7daddb73f205693ff52cae7f77601a1eaea00 (diff) | |
download | abslibre-a851915f28923b2cd1979471c64d75e527f117cf.tar.gz abslibre-a851915f28923b2cd1979471c64d75e527f117cf.tar.bz2 abslibre-a851915f28923b2cd1979471c64d75e527f117cf.zip |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr/lua-cyrussasl')
-rw-r--r-- | pcr/lua-cyrussasl/PKGBUILD | 4 | ||||
-rw-r--r-- | pcr/lua-cyrussasl/lua-cyrussasl.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pcr/lua-cyrussasl/PKGBUILD b/pcr/lua-cyrussasl/PKGBUILD index 987f51507..9e57498a6 100644 --- a/pcr/lua-cyrussasl/PKGBUILD +++ b/pcr/lua-cyrussasl/PKGBUILD @@ -2,7 +2,7 @@ pkgname=lua-cyrussasl pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Lua bindings for Cyrus SASL library." arch=('i686' 'x86_64' 'mips64el') url="http://github.com/JorjBauer/lua-cyrussasl" @@ -13,7 +13,7 @@ source=( "lua-cyrussasl.patch" ) md5sums=('40c94c06441e1e47640d81b125742969' - '838d383edc30f059ddae44cd564e0b82') + 'bdb7b8413f9b7d9598b7c8b820427751') build() { cd $srcdir/*-lua-cyrussasl-* diff --git a/pcr/lua-cyrussasl/lua-cyrussasl.patch b/pcr/lua-cyrussasl/lua-cyrussasl.patch index e119ccb3b..cf1229a3f 100644 --- a/pcr/lua-cyrussasl/lua-cyrussasl.patch +++ b/pcr/lua-cyrussasl/lua-cyrussasl.patch @@ -4,7 +4,7 @@ #LUAPATH=/usr/share/lua/5.1 #CPATH=/usr/lib/lua/5.1 -+# Linux (Arch Linux) ++# Arch/Parabola +CFLAGS=-g -O2 -fpic -I/usr/include/lua5.1 +LDFLAGS=-O -shared -fpic -lsasl2 +LUAPATH=/usr/share/lua/5.1 |