From: Viktor Szakats Date: Mon, 17 Mar 2025 21:10:51 +0000 (+0100) Subject: lib696: fix building on Windows in non-bundle mode X-Git-Tag: curl-8_13_0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e61bbbd8fa20ea7c89e5305c5a63660267bd2708;p=thirdparty%2Fcurl.git lib696: fix building on Windows in non-bundle mode ``` FAILED: tests/libtest/lib696.exe [...] undefined reference to `curlx_write' ``` Ref: https://github.com/curl/curl/actions/runs/13909717720/job/38921073575?pr=16750#step:12:469 Closes #16753 --- diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc index 97b9df73b5..3e64075c26 100644 --- a/tests/libtest/Makefile.inc +++ b/tests/libtest/Makefile.inc @@ -345,7 +345,7 @@ lib694_SOURCES = lib694.c $(SUPPORTFILES) lib695_SOURCES = lib695.c $(SUPPORTFILES) -lib696_SOURCES = lib556.c $(SUPPORTFILES) +lib696_SOURCES = lib556.c $(SUPPORTFILES) $(WARNLESS) lib696_CPPFLAGS = $(AM_CPPFLAGS) -DLIB696 lib1301_SOURCES = lib1301.c $(SUPPORTFILES) $(TESTUTIL)