Merge pull request #989 from plntyk/fix_libcrypt_prefix
ocserv: fix libcrypt location
This commit is contained in:
commit
a6ee37ebfa
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ocserv
|
PKG_NAME:=ocserv
|
||||||
PKG_VERSION:=0.9.2
|
PKG_VERSION:=0.9.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
@ -58,6 +58,7 @@ CONFIGURE_ARGS+= \
|
||||||
--enable-local-libopts \
|
--enable-local-libopts \
|
||||||
--with-libreadline-prefix="$(STAGING_DIR)/" \
|
--with-libreadline-prefix="$(STAGING_DIR)/" \
|
||||||
--without-libnl \
|
--without-libnl \
|
||||||
|
--with-libcrypt-prefix="$(STAGING_DIR)/" \
|
||||||
|
|
||||||
ifneq ($(CONFIG_OCSERV_PAM),y)
|
ifneq ($(CONFIG_OCSERV_PAM),y)
|
||||||
CONFIGURE_ARGS += --without-pam
|
CONFIGURE_ARGS += --without-pam
|
||||||
|
|
Loading…
Reference in a new issue