diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-28 19:14:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-28 19:14:30 -0400 |
commit | 5833d9363006aea862f6ef8810fe61ebd03f0bb9 (patch) | |
tree | f51f31edb28743ad848c98803a7d8e21c252a694 /Makefile | |
parent | b64f43388c7b2c69ec0e930553363d6a419d2f45 (diff) |
support using haskell-dns for SRV lookups
This library should be easier to install than ADNS, so I've made it
be used by default.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ 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 -FEATURES?=$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP +FEATURES?=$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS bins=git-annex mans=git-annex.1 git-annex-shell.1 @@ -142,7 +142,7 @@ sdist: clean $(mans) hackage: sdist @cabal upload dist/*.tar.gz -THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg host \ +THIRDPARTY_BINS=git curl lsof xargs rsync uuid wget gpg \ sha1sum sha224sum sha256sum sha384sum sha512sum LINUXSTANDALONE_DEST=$(GIT_ANNEX_TMP_BUILD_DIR)/git-annex.linux |