diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-27 09:30:53 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-27 09:30:53 +1100 |
commit | 3bd8fba2db932b7730ba497d60030db6ee6f6405 (patch) | |
tree | cae3c729ad258407c6f98505031c26c8a931e67f /Makefile | |
parent | 29af01f0a1b9851a9ead5d2286b23c57969e187c (diff) |
addurl --fast: Use curl, rather than haskell HTTP library, to support https.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ BASEFLAGS=-Wall -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility # you can turn off some of these features. # # If you're using an old version of yesod, enable -DWITH_OLD_YESOD -# Or with an old version of the uri library, enable -DWITH_OLD_URI FEATURES?=$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBDAV -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS bins=git-annex |