mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
fix(apr)[1]
This commit is contained in:
parent
a117c4e8ae
commit
5a53b094fe
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@ build:
|
|||
cd ../bin
|
||||
sed -i.bak "s_{{prefix}}_\$(cd \$(dirname \$0)/.. \&\& pwd)_g" apr-{{version.major}}-config
|
||||
rm apr-{{version.major}}-config.bak
|
||||
|
||||
cd ../build-1
|
||||
sed -i.bak \
|
||||
-e "s_{{prefix}}_\$(subst /bin/apr-{{version.major}}-config,,\$(shell command -v apr-{{version.major}}-config))_g" \
|
||||
-e "s_${TEA_PREFIX}_\$(subst /apache.org/apr/v{{version}}/bin/apr-{{version.major}}-config,,\$(shell command -v apr-{{version.major}}-config))_g" \
|
||||
apr_rules.mk
|
||||
rm apr_rules.mk.bak
|
||||
env:
|
||||
# add any environment variables here
|
||||
ARGS:
|
||||
|
|
Loading…
Reference in a new issue