mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGURE
DEB_BUILD_OPTIONS is reserved by Debian policy.
This commit is contained in:
parent
e0275d1097
commit
d4455e4222
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user