mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Improve configure option --with-libgpg-error-prefix
-- GnuPG-bug-id: 1561 Note that this is not a complete solution. The libgpg-error include directory has now a higher preference but ld may not pick up the right library if another one is installed. The problem is that the -L option and the -l options are not emitted separately by gpg-error-config.
This commit is contained in:
parent
76b0b076d0
commit
2daa112a74
7 changed files with 12 additions and 11 deletions
|
@ -27,7 +27,7 @@ TESTS = $(module_tests)
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/intl
|
||||
|
||||
# We need libgcrypt because libjnlib-config includes gcrypt.h
|
||||
AM_CFLAGS = -DJNLIB_IN_JNLIB $(LIBGCRYPT_CFLAGS)
|
||||
AM_CFLAGS = -DJNLIB_IN_JNLIB $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libjnlib.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue