debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGURE

DEB_BUILD_OPTIONS is reserved by Debian policy.
This commit is contained in:
Anton Khirnov 2009-08-08 09:39:28 +02:00 committed by Uoti Urpala
parent e0275d1097
commit d4455e4222
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -23,7 +23,7 @@ configure-stamp:
# you may want to add the "--enable-runtime-cpudetection" option to
# the line below, but beware: the resulting binary will run slower
$(CLEAN_ENV) \
./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_OPTIONS)
./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_CONFIGURE)
touch configure-stamp