]> git.pld-linux.org Git - packages/serf.git/blob - serf-scons.patch
- updated to 1.3.3
[packages/serf.git] / serf-scons.patch
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
3 @@ -178,7 +178,6 @@
4  unknown = opts.UnknownVariables()
5  if unknown:
6    print 'Unknown variables:', ', '.join(unknown.keys())
7 -  Exit(1)
8  
9  apr = str(env['APR'])
10  apu = str(env['APU'])
11 @@ -341,8 +341,8 @@
12    ### there is probably a better way to run/capture output.
13    ### env.ParseConfig() may be handy for getting this stuff into the build
14    if CALLOUT_OKAY:
15 -    apr_libs = os.popen(env.subst('$APR --link-libtool --libs')).read().strip()
16 -    apu_libs = os.popen(env.subst('$APU --link-libtool --libs')).read().strip()
17 +    apr_libs = os.popen(env.subst('$APR --link-ld --libs')).read().strip()
18 +    apu_libs = os.popen(env.subst('$APU --link-ld --libs')).read().strip()
19    else:
20      apr_libs = ''
21      apu_libs = ''
This page took 0.106758 seconds and 3 git commands to generate.