From 8507d9f1ba9a2ab6a423b6a47d2e3df4fb04a737 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 25 Oct 2011 14:58:08 +0000 Subject: Fix configure rule for building lucid package headdesk git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4315 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- pkg/linux/debian/rules.lucid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/linux/debian/rules.lucid b/pkg/linux/debian/rules.lucid index caed627da..f0255eb1d 100644 --- a/pkg/linux/debian/rules.lucid +++ b/pkg/linux/debian/rules.lucid @@ -20,13 +20,13 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE) endif PKGDESTDIR = ../ -CONFIGURE = ./configure --enable-local-yasm +CONFIGURE = ./configure BUILDDIR = build FORCEVERSION = $(BUILDDIR)/GNUmakefile: $(CONFIGURE) dh_testdir - unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --prefix=/usr + unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --enable-local-yasm --disable-gtk-update-checks --prefix=/usr build: $(BUILDDIR)/GNUmakefile dh_testdir -- cgit v1.2.3