Skip to content
Snippets Groups Projects
Commit 16a07abd authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fix for libmemcached & cedar-14

parent 2bc071b3
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ curl -LO ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz ...@@ -22,7 +22,8 @@ curl -LO ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz
tar xzf cyrus-sasl-2.1.26.tar.gz tar xzf cyrus-sasl-2.1.26.tar.gz
pushd cyrus-sasl-2.1.26 pushd cyrus-sasl-2.1.26
./configure --prefix=${OUT_PREFIX} ./configure --prefix=${OUT_PREFIX} --with-plugindir=${OUT_PREFIX}lib/sasl2 --with-configdir=${OUT_PREFIX}lib/sasl2
make -s -j 9 make -s -j 9
make install -s make install -s
popd popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment