Skip to content

Commit

Permalink
Do not link deprecated libbtrfs
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed May 21, 2023
1 parent 93451be commit d05839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.flags
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ LDLIBS += mkfsbtrfs
endif

ifeq ($(CONFIG_BTRFS_FILESYSTEM),y)
LDLIBS += btrfs btrfsutil udev
LDLIBS += btrfsutil udev
endif

ifeq ($(CONFIG_UNIQUEUUID),y)
Expand Down

0 comments on commit d05839d

Please sign in to comment.