]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable --with-libtool configure option as it reduces the size of artifacts
authorOndřej Surý <ondrej@sury.org>
Tue, 20 Feb 2018 15:05:24 +0000 (16:05 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 21 Feb 2018 14:33:16 +0000 (15:33 +0100)
.gitlab-ci.yml

index 42876df61452cedab85f5e797a433f55af2d9a91..737df9809fcec188abe6a8a2ee931f20ebeac283 100644 (file)
@@ -85,7 +85,7 @@ stages:
   before_script:
     - ./autogen.sh
   script:
-    - ./configure
+    - ./configure --with-libtool
     - make -k all V=1
   artifacts:
     expire_in: '1 hour'