Remove --nocache from waf call.
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Jan 2015 09:34:51 +0000 (09:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Jan 2015 09:34:51 +0000 (09:34 +0000)
debian/rules

index dd27a7552479569ce627b0c8886aa87aadedf0c0..5acf5382cd5043aead71a97d6f6381ffbc893f15 100755 (executable)
@@ -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