]> git.ipfire.org Git - thirdparty/curl.git/commit
base64: also build for curl
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Oct 2023 13:10:55 +0000 (15:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Oct 2023 21:22:16 +0000 (23:22 +0200)
commit3ef3eaa27e5ccdc9506886497667c73e822750c9
tree17f365a9a2dc06c2da34f925989163c68550091b
parentf2ff730b386e895d3bb39729c6e69f55506f439d
base64: also build for curl

Since the tool itself now uses the base64 code using the curlx way, it
needs to build also when the tool needs it. Starting now, the tool build
defines BULDING_CURL to allow lib-side code to use it.

Follow-up to 2e160c9c6525

Closes #12010
lib/base64.c
src/CMakeLists.txt
src/Makefile.am