summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r--contrib/Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index 5e476d334..7254fc163 100644
--- a/contrib/Jamfile
+++ b/contrib/Jamfile
@@ -36,8 +36,9 @@ rule LibA52
}
actions LibA52
{
+
cd `dirname $(>)` && CONTRIB=`pwd` &&
- rm -rf a52dec && tar xzf a52dec.tar.gz && cd a52dec &&
+ rm -rf a52dec && tar xzf a52dec.tar.gz && cd a52dec && patch -p1 < ../patch-a52dec.patch
./configure --prefix=$CONTRIB && make && make install &&
strip -S $CONTRIB/lib/liba52.a
}