Skip to content

Commit

Permalink
dar: fix FTBFS
Browse files Browse the repository at this point in the history
- disable birthtime check since it does not work on Linux systems
- disable the linkage of the static binary
  • Loading branch information
BC204 committed Dec 28, 2023
1 parent f868439 commit 9ce2252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-utils/dar/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ PKGDES="Full, incremental, compressed and encrypted backups or archives"

ABSHADOW=0
RECONF=0
AUTOTOOLS_AFTER="--enable-birthtime"

# Note: Only the statx() implementation is usable under Linux.
# Ref: https://github.com/Edrusb/DAR/issues/57#issuecomment-1870490023
AUTOTOOLS_AFTER="--disable-birthtime \
--disable-dar-static"

0 comments on commit 9ce2252

Please sign in to comment.