wok-next diff gst-ffmpeg/receipt @ rev 11573
Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 02 23:06:18 2012 +0100 (2012-01-02) |
parents | 0447a9d90f63 |
children | d94859bd28b4 |
line diff
1.1 --- a/gst-ffmpeg/receipt Fri Nov 19 22:44:15 2010 +0000 1.2 +++ b/gst-ffmpeg/receipt Mon Jan 02 23:06:18 2012 +0100 1.3 @@ -21,8 +21,8 @@ 1.4 sed -i 's/pr -. -t/cat/' gst-libs/ext/ffmpeg/configure 1.5 # fix mktemp -u 1.6 sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' gst-libs/ext/ffmpeg/configure 1.7 - ./configure --prefix=/usr && 1.8 - make -j 4 && 1.9 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.10 + make $MAKEFLAGS && 1.11 make DESTDIR=$PWD/_pkg install 1.12 } 1.13