mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
gpg2 library fixes
This commit is contained in:
parent
b89ed83af6
commit
49269f2bb4
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user