test list
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
||||
pushd $dir
|
||||
if [ ! -d src ]; then
|
||||
tar -xf src.tar.gz
|
||||
cp libxml.patch src
|
||||
pushd src
|
||||
cat libxml.patch | patch -p0
|
||||
rm libxml.patch
|
||||
./configure --host=i686-pc-linux-gnu "CFLAGS=-m32 -std=gnu99" "CXXFLAGS=-m32" "LDFLAGS=-m32"
|
||||
popd
|
||||
fi
|
||||
Reference in New Issue
Block a user