diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:12:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 21:12:46 +0000 |
commit | d0ec168ba250db478389d739013fd331739f1fd0 (patch) | |
tree | 66e07a19ff5061d2d9a582d315e5764ded32277c /debian/rules | |
parent | Releasing progress-linux version 1.8.3-2~progress7.99u1. (diff) | |
download | dnsdist-d0ec168ba250db478389d739013fd331739f1fd0.tar.xz dnsdist-d0ec168ba250db478389d739013fd331739f1fd0.zip |
Merging debian version 1.8.3-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 3c6f475..4dcdbbd 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,6 @@ vendored_libh2o: (cd $(H2O_BUILD_DIR) && CFLAGS='-fPIC' cmake -DWITH_PICOTLS=off -DWITH_BUNDLED_SSL=off -DWITH_MRUBY=off -DCMAKE_INSTALL_PREFIX=/usr $(H2O_SOURCE_DIR)) $(MAKE) -C $(H2O_BUILD_DIR) install DESTDIR=$(H2O_INSTALL_DIR) -#LDFLAGS += -lh2o-evloop - override_dh_auto_configure: vendored_libh2o # Actually configure dnsdist now chmod a+x debian/configure-helpers/* @@ -60,7 +58,6 @@ override_dh_auto_configure: vendored_libh2o override_dh_auto_build-arch: dh_auto_build -- V=1 - override_dh_auto_test: echo tests disabled, require working ipv4 stack |