From: Carl Hetherington Date: Mon, 12 Jan 2015 09:34:51 +0000 (+0000) Subject: Remove --nocache from waf call. X-Git-Tag: v2.0.48~305^2~25 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c73ae9025e8de6ab4944d36f3bc61e252bdba42d Remove --nocache from waf call. --- diff --git a/debian/rules b/debian/rules index dd27a7552..5acf5382c 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_configure: LINKFLAGS=$(CDIST_LINKFLAGS) CXXFLAGS="$(CXXFLAGS) $(CDIST_CXXFLAGS)" PKG_CONFIG_PATH=$(CDIST_PKG_CONFIG_PATH) \ - ./waf --nocache configure --prefix=/usr --target-debian --enable-debug $(CDIST_EXTRA_CONFIGURE) + ./waf configure --prefix=/usr --target-debian --enable-debug $(CDIST_EXTRA_CONFIGURE) override_dh_auto_build: ./waf --nocache build