summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-26 05:45:40 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-26 05:45:40 +0300
commit848c817b17c87e9151d6a884711838b23760021d (patch)
tree3c7a3bf18d39a93719cc2f92ad94d10551daf7cb /packages
parent80c12650750c8f81bbde1588700361715524d7cc (diff)
downloadspm-848c817b17c87e9151d6a884711838b23760021d.tar.gz
spm-848c817b17c87e9151d6a884711838b23760021d.tar.bz2
spm-848c817b17c87e9151d6a884711838b23760021d.tar.xz
spm-848c817b17c87e9151d6a884711838b23760021d.zip
Add support in source tree compilation.
Some projects like curl look like cant be build outside of source tree. Update curl package.
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/curl.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/curl.sh b/packages/curl.sh
index 1d6385d..327c575 100755
--- a/packages/curl.sh
+++ b/packages/curl.sh
@@ -3,6 +3,9 @@
function package_build {
run_git_switch_branch master
+ # this need because out of source tree compilation is broken
+ run_enable_same_dir_build
+
run_autoreconf -i
run_configure