Removed the NetworkBSD build flag
Debian stable and the i386ancient build both have a new enough network to not need this flag any longer. Sponsored-by: Svenne Krap on Patreon
This commit is contained in:
parent
982eb7ed0d
commit
a460aa8b70
4 changed files with 4 additions and 12 deletions
|
@ -284,10 +284,6 @@ Flag DebugLocks
|
|||
Flag Dbus
|
||||
Description: Enable dbus support
|
||||
|
||||
Flag NetworkBSD
|
||||
Description: Build with network-3.0 which split out network-bsd
|
||||
Default: True
|
||||
|
||||
Flag GitLfs
|
||||
Description: Build with git-lfs library (rather than vendored copy)
|
||||
Default: True
|
||||
|
@ -377,7 +373,9 @@ Executable git-annex
|
|||
tasty-rerun,
|
||||
ansi-terminal >= 0.9,
|
||||
aws (>= 0.20),
|
||||
DAV (>= 1.0)
|
||||
DAV (>= 1.0),
|
||||
network (>= 3.0.0.0),
|
||||
network-bsd
|
||||
CC-Options: -Wall
|
||||
GHC-Options: -Wall -fno-warn-tabs -Wincomplete-uni-patterns
|
||||
Default-Language: Haskell2010
|
||||
|
@ -411,11 +409,6 @@ Executable git-annex
|
|||
else
|
||||
Build-Depends: unix (>= 2.7.2)
|
||||
|
||||
if flag(NetworkBSD)
|
||||
Build-Depends: network-bsd, network (>= 3.0.0.0)
|
||||
else
|
||||
Build-Depends: network (< 3.0.0.0), network (>= 2.6.3.0)
|
||||
|
||||
if flag(GitLfs)
|
||||
Build-Depends: git-lfs (>= 1.2.0)
|
||||
CPP-Options: -DWITH_GIT_LFS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue