]> git.pld-linux.org Git - packages/serf.git/blame - serf-scons.patch
- rebuild with openssl 3.0.0, rel 3
[packages/serf.git] / serf-scons.patch
CommitLineData
8e37a909
JB
1--- serf-1.3.1/SConstruct.orig 2013-08-15 11:13:20.000000000 +0200
2+++ serf-1.3.1/SConstruct 2013-08-25 09:57:51.577679354 +0200
8e37a909
JB
3@@ -341,8 +341,8 @@
4 ### there is probably a better way to run/capture output.
5 ### env.ParseConfig() may be handy for getting this stuff into the build
6 if CALLOUT_OKAY:
7- apr_libs = os.popen(env.subst('$APR --link-libtool --libs')).read().strip()
8- apu_libs = os.popen(env.subst('$APU --link-libtool --libs')).read().strip()
9+ apr_libs = os.popen(env.subst('$APR --link-ld --libs')).read().strip()
10+ apu_libs = os.popen(env.subst('$APU --link-ld --libs')).read().strip()
11 else:
12 apr_libs = ''
13 apu_libs = ''
This page took 0.036642 seconds and 4 git commands to generate.