gpg2 library fixes

This commit is contained in:
tlaurion 2018-09-19 06:33:18 -04:00 committed by Thierry Laurion
parent b89ed83af6
commit 49269f2bb4
No known key found for this signature in database
GPG Key ID: 79C78E6659DB658F
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ gpg2_configure := ./configure \
--disable-wks-server \
--disable-wks-tools \
--disable-gnutls \
--disable-dirmgnr \
--disable-dirmngr \
# Run one build to generate the executables with the pre-defined
# exec_prefix and datarootdir, then a second make to install the binaries
@ -54,6 +54,6 @@ gpg2_target := $(MAKE_JOBS) \
DESTDIR="$(INSTALL)" \
install
gpg2_output := g10/gpg
gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon
gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)

View File

@ -19,6 +19,6 @@ libksba_target := $(MAKE_JOBS) \
$(CROSS_TOOLS) \
install \
libksba_libraries := src/.libs/libksba.so
libksba_libraries := src/.libs/libksba.so.8
libksba_depends := libgpg-error $(musl_dep)

View File

@ -19,6 +19,6 @@ npth_target := $(MAKE_JOBS) \
$(CROSS_TOOLS) \
install \
npth_libraries := src/.libs/libnpth.so
npth_libraries := src/.libs/libnpth.so.0
npth_depends := libgpg-error $(musl_dep)