X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/0b1b310da3f82a71a1a41eea663aedc39df9083e..d51a08d0126a4b95d1519fc52fe30dd4e27e3507:/debian/eibd.prebuild diff --git a/debian/eibd.prebuild b/debian/eibd.prebuild index 6578cab..b4b12bf 100755 --- a/debian/eibd.prebuild +++ b/debian/eibd.prebuild @@ -13,8 +13,9 @@ popd >/dev/null wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_0.0.5.tar.gz tar xf bcusdk_0.0.5.tar.gz +cp ~/projects/eibd/configure bcusdk-0.0.5/ pushd bcusdk-0.0.5 - ./configure --with-pth=../pthsem-2.0.8 --without-pth-test --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver --enable-tpuarts + ./configure --with-pth=subdir:$HOME/build/pthsem-2.0.8 --without-pth-test --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver --enable-tpuarts --prefix=$HOME/projects/debian/tmp/usr popd >/dev/null