[Lunar-commits] <moonbase> curl: remove the disable-static option as pycurl need the static lib. Thanks to lazyape for the submission.
Florin Braescu
florin at lunar-linux.org
Thu Sep 22 09:25:55 CEST 2011
commit 77051580d66e53043db3cb953d6cfeca6ad935aa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Sep 22 11:25:55 2011 +0400
curl: remove the disable-static option as pycurl need the static lib. Thanks to lazyape for the submission.
---
ftp/curl/BUILD | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/ftp/curl/BUILD b/ftp/curl/BUILD
index 2338568..05874cf 100644
--- a/ftp/curl/BUILD
+++ b/ftp/curl/BUILD
@@ -1,8 +1,7 @@
(
- OPTS+=" --disable-static" &&
- echo '/* not used */' > include/curl/types.h &&
- default_build &&
+ echo '/* not used */' > include/curl/types.h &&
+ default_build &&
install -m644 {,/usr/}include/curl/types.h
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list