diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-25 10:55:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-25 10:55:13 +0200 |
commit | 3c20a65d48474e8dafe1c59dc54c057cc558e720 (patch) | |
tree | 91ae8cb611e068444b7413464ca7555b9689ded9 /debian/rules | |
parent | 5a65b24c4ac7f4a86b64b529c136a87b979c97b8 (diff) |
set --enable-posix-api
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 833094f..0f34908 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,9 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- %: dh $@ +override_dh_auto_configure: + dh_auto_configure -- --enable-posix-api + override_dh_install: $(RM) debian/tmp/usr/bin/onig-config dh_install -X.la -X.a |