Copy of osx-environment at 9993042d6
[windows-environment.git] / Scripts / xslt.sh
1 #!/bin/bash -e
2
3 tar xzf $CBS_ARCHIVES/libxslt-1.1.28.tar.gz
4 cd libxslt-1.1.28
5 CFLAGS="-I$CBS_ROOT/include $CBS_OSX_FLAGS" LDFLAGS="$CBS_OSX_FLAGS" \
6     ./configure --prefix=$CBS_ROOT --without-python --with-libxml-src=$CBS_BUILD/libxml2-2.9.1 \
7     --build=$CBS_BUILD_TRIPLE --host=$CBS_HOST_TRIPLE
8 make $CBS_PARALLEL
9 make install