From d4455e4222574aadfc04dbb5222601818eef907d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 8 Aug 2009 09:39:28 +0200 Subject: debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGURE DEB_BUILD_OPTIONS is reserved by Debian policy. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 316e6d138d..60b19808ac 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- cgit v1.2.3