summaryrefslogtreecommitdiffstats
path: root/pkg/linux
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux')
-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