diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-04-26 17:38:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-04-26 17:38:02 +0200 |
commit | 77a04959299aa252579a98655e626d1b8f5f9f34 (patch) | |
tree | 46b13a99b5ab8b9e878612f8217846bda276132d /debian/rules | |
parent | 226c2c0900102c09cc36d67fdc7ed670e51dd018 (diff) |
Merge 6.9.6-1.1
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 8434f6c..8041e25 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- dh $@ override_dh_auto_configure: - dh_auto_configure -- --enable-posix-api + dh_auto_configure -- --enable-binary-compatible-posix-api=yes override_dh_install: $(RM) debian/tmp/usr/bin/onig-config |