schroot: fix compilation with full NLS
authorRosen Penev <rosenp@gmail.com>
Tue, 29 Sep 2020 05:10:43 +0000 (22:10 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 29 Sep 2020 06:09:57 +0000 (23:09 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
admin/schroot/Makefile

index fdb81a324fa1ec73735185499b68fa2c743a592f..6877fe678db28c9ff0f79fb01e621a829f46d545 100644 (file)
@@ -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