[Buildroot] [git commit] package/libxcrypt: also install to staging

Yann E. MORIN yann.morin.1998 at free.fr
Mon Mar 8 07:44:51 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=63de6a68aaf45aeb395bfcbbcd7c47a1cdb38775
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/libxcrypt/libxcrypt.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libxcrypt/libxcrypt.mk b/package/libxcrypt/libxcrypt.mk
index f9799ac006..63132edd9d 100644
--- a/package/libxcrypt/libxcrypt.mk
+++ b/package/libxcrypt/libxcrypt.mk
@@ -8,6 +8,7 @@ LIBXCRYPT_VERSION = 4.4.17
 LIBXCRYPT_SITE = $(call github,besser82,libxcrypt,v$(LIBXCRYPT_VERSION))
 LIBXCRYPT_LICENSE = LGPL-2.1+
 LIBXCRYPT_LICENSE_FILES = LICENSING COPYING.LIB
+LIBXCRYPT_INSTALL_STAGING = YES
 LIBXCRYPT_AUTORECONF = YES
 
 $(eval $(autotools-package))


More information about the buildroot mailing list