mirror of https://github.com/mpv-player/mpv
debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGURE
DEB_BUILD_OPTIONS is reserved by Debian policy.
This commit is contained in:
parent
e0275d1097
commit
d4455e4222
|
@ -23,7 +23,7 @@ configure-stamp:
|
||||||
# you may want to add the "--enable-runtime-cpudetection" option to
|
# you may want to add the "--enable-runtime-cpudetection" option to
|
||||||
# the line below, but beware: the resulting binary will run slower
|
# the line below, but beware: the resulting binary will run slower
|
||||||
$(CLEAN_ENV) \
|
$(CLEAN_ENV) \
|
||||||
./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_OPTIONS)
|
./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_CONFIGURE)
|
||||||
|
|
||||||
touch configure-stamp
|
touch configure-stamp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue