gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] Makefile fix for 1.7.2


From: Ludovic Courtès
Subject: [gnutls-dev] Makefile fix for 1.7.2
Date: Mon, 15 Jan 2007 10:38:56 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

The latest version of `NEWS' mentions that 1.7.2 was released yesterday,
but I couldn't find the announcement (in case it hasn't yet been
released, I'm planning to submit an updated fix for the OpenPGP privkey
import today).

Below is a tiny Makefile fix (without it, I get an undefined reference
to `read_binary_file ()' when building the libgnutls-extra-dependent
programs).

Thanks,
Ludovic.

--- orig/libextra/Makefile.am
+++ mod/libextra/Makefile.am
@@ -124,7 +124,8 @@
 
 libgnutls_extra_la_SOURCES += gnutls_extra.h libgnutls-extra.vers
 
-libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lib/libgnutls.la
+libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lgl/liblgnu.la \
+        ../lib/libgnutls.la
 
 if HAVE_LD_VERSION_SCRIPT
 libgnutls_extra_la_LDFLAGS += \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]