summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-10-25 14:58:08 +0000
committerjstebbins <[email protected]>2011-10-25 14:58:08 +0000
commit8507d9f1ba9a2ab6a423b6a47d2e3df4fb04a737 (patch)
treee0841e560dd61694566808a03d6932b7c6ea131f /pkg
parent4e43bd06146941548c894321a34619e199f1d2f0 (diff)
Fix configure rule for building lucid package
headdesk git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4315 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux/debian/rules.lucid4
1 files 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