File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,8 @@ checkoutSCM:
1010 digestSHA1 : 07266dff2bf31a24fc912314b6764251ce645a39
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildVars : [AR]
1814buildScript : |
19- # this doesn't support out of tree builds; symlink the sources
20- mkdir -p build
21- cp -as $1/* build/
22- autotoolsBuild -o AR=$AR $1
15+ autotoolsBuild -s -o AR=$AR $1
2316
2417packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ checkoutSCM:
1515checkoutDeterministic : True
1616checkoutScript : |
1717 patchApplySeries $<<python/*>>
18- autoconfReconfigure
1918
2019buildScript : |
21- mkdir -p src
22- rsync -aH --delete $1/ src/
20+ autoconfSyncReconfigure $1 src
2321
2422multiPackage :
2523 " " :
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ checkoutSCM:
1010 digestSHA1 : 8dd9df265524469f7740713b5f433e7ef85c444f
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildScript : |
18- autotoolsBuild $1
14+ autotoolsBuild -s $1
1915
2016packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -9,12 +9,8 @@ checkoutSCM:
99 digestSHA1 : 4b06176c1c71b2818dc2f9d772346c5902238c33
1010 stripComponents : 1
1111
12- checkoutDeterministic : True
13- checkoutScript : |
14- autoconfReconfigure
15-
1612buildScript : |
17- autotoolsBuild $1
13+ autotoolsBuild -s $1
1814
1915packageScript : |
2016 autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ depends:
2020checkoutDeterministic : True
2121checkoutScript : |
2222 patchApplySeries -p0 $<@sysbench/*.patch@>
23- autoconfReconfigure
2423
2524buildVars : [CC]
2625buildScript : |
27- # rsync -a --delete $1/ build
28- autotoolsBuild -o V=1 -o VERBOSE=1 $1 --without-mysql \
26+ autotoolsBuild -s -o V=1 -o VERBOSE=1 $1 --without-mysql \
2927 --with-system-ck \
3028 --with-system-luajit
3129
You can’t perform that action at this time.
0 commit comments