diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-08-13 19:52:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-08-13 19:52:36 +0200 |
commit | 872f6df82901c2f057bce995c570dc78931a9165 (patch) | |
tree | c909abaf97fde9ec7257b3375bf541d84e4da87f /debian/rules | |
parent | 3cf82b74f0127eb3092bb989e14f76881fbdb736 (diff) |
d/rules: Remove ansi mode from override_dh_auto_build
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 dd31875..a7e6173 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ endif dh ${@} override_dh_auto_build: - dh_auto_build -- CC=$(CC) CFLAGS="$(CFLAGS) $(CPPFLAGS) -Os -ansi" LDFLAGS="$(LDFLAGS)" + dh_auto_build -- CC=$(CC) CFLAGS="$(CFLAGS) $(CPPFLAGS) -Os" LDFLAGS="$(LDFLAGS)" override_dh_auto_install: dh_auto_install -- prefix=/usr |