]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable DIG_SIGCHASE on Centos 7 build
authorOndřej Surý <ondrej@sury.org>
Mon, 24 Sep 2018 12:31:34 +0000 (14:31 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 25 Sep 2018 07:48:35 +0000 (09:48 +0200)
.gitlab-ci.yml

index 917f1f9158df0158dc2e36afcaedfbaa39740f87..c4de854fa4b55dc0ada135ae9a4397b5dcd0f4c9 100644 (file)
@@ -212,7 +212,7 @@ build:centos:centos6:amd64:
 build:centos:centos7:amd64:
   variables:
     CC: gcc
-    CFLAGS: "-Wall -Wextra -O2 -g"
+    CFLAGS: "-Wall -Wextra -O2 -g -DDIG_SIGCHASE=1"
   <<: *centos_centos7_amd64_image
   <<: *build_job