Explorar el Código

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

btrfs-progs: add libacl as compile time dependency
Daniel Golle hace 10 años
padre
commit
4ae61ef936
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      utils/btrfs-progs/Makefile

+ 1
- 0
utils/btrfs-progs/Makefile Ver fichero

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