diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 19:11:08 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-19 19:11:08 +0100 |
commit | e06b6c989b0cf9471679b9670edd2c2d0faf9bfc (patch) | |
tree | 41408dcd82be20b8fa9f452d3171d74c2d4acc00 /debian/rules | |
parent | 04f65648d3d3d0e63d69abcea8886cbfce7642af (diff) |
ptunnel-ng:
* debian port
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 3e3040a..2a24ea5 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) %: - dh $@ + dh $@ --with autoreconf override_dh_auto_build: dh_auto_build -- CFLAGS="-Wall $(CFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" |