fix building tarball
This commit is contained in:
parent
debf3c6e36
commit
97ce1b07bf
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
make distclean
|
||||
make clean
|
||||
|
||||
cd docs
|
||||
make
|
||||
make RST2HTML=rst2html.py
|
||||
cd ..
|
||||
|
||||
#clear out any extended attributes that Finder may add
|
||||
|
@ -22,9 +22,9 @@ rm -f bindings/python/Makefile bindings/python/Makefile.in
|
|||
chmod a-x docs/*.rst docs/*.htm* src/*.cpp include/libtorrent/*.hpp
|
||||
|
||||
./autotool.sh
|
||||
./configure --enable-python-binding --enable-examples=yes --enable-encryption --enable-tests=yes --with-boost-system=mt --with-boost-chrono=mt --with-boost-random=mt --with-boost-python=mt
|
||||
make V=1 -j8 distcheck
|
||||
./configure --enable-python-binding --enable-examples=yes --enable-encryption --enable-tests=yes --with-boost-system=mt --with-boost-chrono=mt --with-boost-random=mt --with-boost-python=mt --with-openssl=/opt/local
|
||||
make V=1 -j8 check
|
||||
|
||||
./configure --enable-python-binding --enable-examples=yes --enable-encryption --with-boost-system=mt --with-boost-chrono=mt --with-boost-random=mt --with-boost-python=mt
|
||||
./configure --enable-python-binding --enable-examples=yes --enable-encryption --with-boost-system=mt --with-boost-chrono=mt --with-boost-random=mt --with-boost-python=mt --with-openssl=/opt/local
|
||||
make V=1 -j8 dist
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
#include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
|
||||
#include <string.h> /* for NULL */
|
||||
#include "puff.hpp" /* prototype for puff() */
|
||||
#include "libtorrent/puff.hpp" /* prototype for puff() */
|
||||
|
||||
#define local static /* for local function definitions */
|
||||
|
||||
|
|
Loading…
Reference in New Issue