OSDN Git Service

LinGui: disable update checks for snapshot PPA since it does it's own update announce...
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 24 May 2010 18:22:53 +0000 (18:22 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 24 May 2010 18:22:53 +0000 (18:22 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3324 b64f7644-9d1e-0410-96f1-a4d463321fa5

pkg/linux/debian/rules

index 630b492..bab615c 100755 (executable)
@@ -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