diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 22:08:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 22:08:31 +0000 |
| commit | bca3a59610be52cd54fdc9e548a3b8feca71fb23 (patch) | |
| tree | 142e6149c058363ec0268064b82ed6054605869f /debian | |
| parent | 34d72cafae36a0e886c7ff103325345cf2d76aac (diff) | |
More build fixes.
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8973231b5..f24aabac1 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 --static --enable-debug + ./waf --nocache configure --prefix=/usr --target-debian --enable-debug override_dh_auto_build: ./waf --nocache build |
