diff --git a/package/libs/xcrypt/libcrypt-compat/Makefile b/package/libs/xcrypt/libcrypt-compat/Makefile index a503523267..fad00456f9 100644 --- a/package/libs/xcrypt/libcrypt-compat/Makefile +++ b/package/libs/xcrypt/libcrypt-compat/Makefile @@ -1,6 +1,7 @@ include $(TOPDIR)/rules.mk include ../libxcrypt-common.mk +PKG_NAME:=libcrypt-compat PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/libcrypt-compat/$(PKG_SOURCE_NAME)-$(PKG_VERSION) diff --git a/package/libs/xcrypt/libxcrypt/Makefile b/package/libs/xcrypt/libxcrypt/Makefile index fea6b4854b..b605cac16f 100644 --- a/package/libs/xcrypt/libxcrypt/Makefile +++ b/package/libs/xcrypt/libxcrypt/Makefile @@ -1,6 +1,7 @@ include $(TOPDIR)/rules.mk include ../libxcrypt-common.mk +PKG_NAME:=libxcrypt PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)