summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/linux/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/rules b/pkg/linux/debian/rules
index 630b49234..bab615cfe 100755
--- a/pkg/linux/debian/rules
+++ b/pkg/linux/debian/rules
@@ -26,7 +26,7 @@ FORCEVERSION =
$(BUILDDIR)/GNUmakefile: $(CONFIGURE)
dh_testdir
- unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --prefix=/usr
+ unset CFLAGS; unset CPPLAGS; unset CXXLAGS; $(CONFIGURE) --disable-gtk-update-checks --prefix=/usr
build: $(BUILDDIR)/GNUmakefile
dh_testdir