summaryrefslogtreecommitdiff
path: root/data/curl/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/curl/make.sh')
-rw-r--r--data/curl/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/curl/make.sh b/data/curl/make.sh
new file mode 100644
index 000000000..c2ab49598
--- /dev/null
+++ b/data/curl/make.sh
@@ -0,0 +1,7 @@
+tar -zxvf "${PKG_DATA}/curl-7.17.1.tar.gz"
+cd curl-7.17.1
+pkg:patch
+autoconf
+pkg:configure --enable-static=no ac_cv_file___dev_urandom_=yes
+make
+pkg:install