# HG changeset patch # User Christopher Rogers # Date 1320282489 0 # Node ID 6ebd5d014ab8ed4bff43dfdade5be633dd519a42 # Parent 5ebcbcc330d5a6eec2cbe6f245e0250511f0d005 gst-python: Compile with $CONFIGURE_ARGS. diff -r 5ebcbcc330d5 -r 6ebd5d014ab8 gst-python/receipt --- a/gst-python/receipt Thu Nov 03 01:04:58 2011 +0000 +++ b/gst-python/receipt Thu Nov 03 01:08:09 2011 +0000 @@ -15,9 +15,12 @@ compile_rules() { cd $src - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.