Browse Source

Merge pull request #611 from the2masters/btrfs-progs-compile-fix

btrfs-progs: add libacl as compile time dependency
lilik-openwrt-22.03
Daniel Golle 10 years ago
parent
commit
4ae61ef936
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/btrfs-progs/Makefile

+ 1
- 0
utils/btrfs-progs/Makefile View File

@ -22,6 +22,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=libacl
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save