1
mirror of https://github.com/mpv-player/mpv synced 2024-07-19 20:54:13 +02:00

let people pass options to ./configure while building package.

use DEB_BUILD_OPTIONS variable for that.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4001 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2002-01-05 19:35:01 +00:00
parent 082d9e80ba
commit 657b60c71b
2 changed files with 8 additions and 2 deletions

View File

@ -7,4 +7,10 @@ mplayer for Debian
Recommended method is running "fakeroot debian/rules binary" in the top
directory
Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Wed Aug 22 21:54:12 CEST 2001
In case you would like to pass some parameters to ./configure, set variable
DEB_BUILD_OPTIONS like that:
eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary
Dariush Pietrzak <eyck@ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002

2
debian/rules vendored
View File

@ -19,7 +19,7 @@ configure-stamp:
dh_testdir
# Add here commands to configure the package.
$(checkdir)
./configure --prefix=/usr --enable-gui
./configure --prefix=/usr --enable-gui $(DEB_BUILD_OPTIONS)
touch configure-stamp