octave-maintainers
[Top][All Lists]
Advanced

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

Re: gnulib and automake


From: John W. Eaton
Subject: Re: gnulib and automake
Date: Fri, 13 Nov 2009 12:45:49 -0500

On 13-Nov-2009, Michael Goffioul wrote:

| I'll test that asap. It should rebuild cruft.def properly. But I think
| I'll still miss the addition of XTRA_CRUFT_SH_LDFLAGS to the link flags.

Does this additional change fix that problem for you?

diff --git a/libcruft/Makefile.am b/libcruft/Makefile.am
--- a/libcruft/Makefile.am
+++ b/libcruft/Makefile.am
@@ -29,7 +29,8 @@
 
 libcruft_la_SOURCES =
 
-libcruft_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG)
+libcruft_la_LDFLAGS = \
+  -release $(version) $(NO_UNDEFINED_LDFLAG) @XTRA_CRUFT_SH_LDFLAGS@
 
 libcruft_la_LIBADD = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
 

jwe


reply via email to

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