The Makefile now builds with the new yesod by default.
Systems like Debian that have the old yesod 1.0.1 should set GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
This commit is contained in:
parent
9ae50fc398
commit
1117583087
3 changed files with 9 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue