diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-18 23:17:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-18 23:17:10 +0100 |
| commit | ec91dfb170165129c32842ba6581d5effc682bcf (patch) | |
| tree | b20ff15b384022a87b6999e345731e5341e7f6b2 /debian | |
| parent | 7294863357668e59e059e78c1323722975226458 (diff) | |
Various cdist fixes.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3320087a5..a2bf70bd8 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ dh $@ override_dh_auto_configure: - ./waf --nocache configure --prefix=/usr --static + LINKFLAGS=$(CDIST_LINKFLAGS) CXXFLAGS="$(CXXFLAGS) $(CDIST_CXXFLAGS)" PKG_CONFIG_PATH=$(CDIST_PKG_CONFIG_PATH) \ + ./waf --nocache configure --prefix=/usr --static override_dh_auto_build: ./waf --nocache build |
