]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop FreeBSD 13 EXTRA_CONFIGURE variable
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Jul 2021 09:49:17 +0000 (11:49 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 21 Jul 2021 09:39:10 +0000 (11:39 +0200)
The FreeBSD 13 EXTRA_CONFIGURE variable contains only the invalid
WITH_READLINE_LIBEDIT variable, which slipped in ddf03e while
backporting and should not be present at all.

.gitlab-ci.yml

index 5cf76771c356a556f0f8d0eff7119e2ce150ff96..302ceb8673bbc61fc1a2f9de2a2762f8ab50c1c1 100644 (file)
@@ -1166,7 +1166,6 @@ unit:clang:freebsd12:amd64:
 clang:freebsd13:amd64:
   variables:
     CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "${WITH_READLINE_LIBEDIT}"
     USER: gitlab-runner
   <<: *freebsd_13_amd64_image
   <<: *build_job