Author: brane
Date: Thu Jul 3 14:48:12 2025
New Revision: 1926944
URL: http://svn.apache.org/viewvc?rev=1926944&view=rev
Log:
* SConstruct: Fix the generated pkg-config file with insisted that Serf
required the brotlienc library instead of brotlidec.
Modified:
serf/trunk/SConstruct
Modified: serf/trunk/SConstruct
URL:
http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1926944&r1=1926943&r2=1926944&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Thu Jul 3 14:48:12 2025
@@ -585,7 +585,7 @@ else:
env.Append(LIBPATH=['$OPENSSL/lib'])
if brotli:
- brotli_libs = '-lbrotlicommon -lbrotlienc'
+ brotli_libs = '-lbrotlicommon -lbrotlidec'
env.Append(CPPPATH=['$BROTLI/include'],
LIBPATH=['$BROTLI/lib'])
else: