]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Makefile.in: Add instrumentation configuration in releasecheck target
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 2 Apr 2024 09:38:00 +0000 (11:38 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 2 Apr 2024 09:39:11 +0000 (11:39 +0200)
Same as in tcpdump.

Cirrus CI: Add the binutils-dev package, Linux task.
It is needed to build with --enable-instrument-functions.

.cirrus.yml
Makefile.in

index b0b80d6f9963902f64af383467f4933d560431bb..09e532a2dcfe7b8ecfa896d801bc4c8f3f6b4ee3 100644 (file)
@@ -30,7 +30,7 @@ linux_task:
     LANG: C
   script:
     - apt-get -qy update >/dev/null
-    - apt-get -qy install git >/dev/null # for "make releasecheck"
+    - apt-get -qy install git binutils-dev >/dev/null # for "make releasecheck"
     - apt-get -qy install autoconf make gcc libpcap-dev >/dev/null
     - apt-get -qy install shellcheck >/dev/null
     - ./autogen.sh
index b87ca5e3ed67a7f46e78d49a98af2cfabc21382e..29a64ef5a88748a21c428685390c60032f546804 100644 (file)
@@ -217,7 +217,7 @@ releasecheck: releasetar
        cd "$$TAG" && \
        echo "[$@] $$ touch .devel" && \
        touch .devel && \
-       echo "[$@] $$ ./configure --quiet --prefix=$$INSTALL_DIR" && \
+       echo "[$@] $$ ./configure --enable-instrument-functions --quiet --prefix=$$INSTALL_DIR" && \
        ./configure --quiet --prefix="$$INSTALL_DIR" && \
        echo '[$@] $$ make -s' && \
        make -s && \