diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 09:34:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 09:34:51 +0000 |
| commit | c73ae9025e8de6ab4944d36f3bc61e252bdba42d (patch) | |
| tree | bbb2e975d262ffdcbd94e2d51f58a4d3de706ec2 /debian/rules | |
| parent | dc0b6777e2eb351a1002f14699e7b65cb394dd0d (diff) | |
Remove --nocache from waf call.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
