diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-09-30 01:58:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 01:58:38 -0700 |
commit | 2ef6570401ddb864ba27c3680f55d6c0b71d3933 (patch) | |
tree | 910c801b13996d77a2045378a20939990b60c4ef /admin | |
parent | d98d29735d1b2b246494f8009589c43409180f3c (diff) | |
parent | 34cbc1a980b6f4a4ec200cbd1b049e77a3bac61c (diff) |
Merge pull request #13516 from neheb/sch
schroot: fix compilation with full NLS
Diffstat (limited to 'admin')
-rw-r--r-- | admin/schroot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/schroot/Makefile b/admin/schroot/Makefile index fdb81a324..6877fe678 100644 --- a/admin/schroot/Makefile +++ b/admin/schroot/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=schroot PKG_VERSION:=1.6.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/s/schroot @@ -28,7 +28,8 @@ define Package/schroot +SCHROOT_BTRFS:btrfs-progs \ +SCHROOT_LOOPBACK:losetup \ +SCHROOT_LVM:lvm2 \ - +SCHROOT_UUID:libuuid + +SCHROOT_UUID:libuuid \ + $(INTL_DEPENDS) URL:=https://salsa.debian.org/debian/schroot endef |