poke-devel
[Top][All Lists]
Advanced

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

Re: poke-1.0+ on AIX


From: Jose E. Marchesi
Subject: Re: poke-1.0+ on AIX
Date: Mon, 01 Mar 2021 09:07:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Bruno.

>>From 9d0a3f8cf1e0be1c352a7546d09105fb5802cd9f Mon Sep 17 00:00:00 2001
> From: Bruno Haible <bruno@clisp.org>
> Date: Mon, 1 Mar 2021 01:06:44 +0100
> Subject: [PATCH] Enforce link error when not linking with -lgc on AIX.
>
> * libpoke/Makefile.am (libpoke_la_LDFLAGS): Add options -lc -no-undefined.
> ---
>  libpoke/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libpoke/Makefile.am b/libpoke/Makefile.am
> index 741cd6d..dc191ab 100644
> --- a/libpoke/Makefile.am
> +++ b/libpoke/Makefile.am
> @@ -188,7 +188,8 @@ libpoke_la_CFLAGS = -Wall $(BDW_GC_CFLAGS) 
> $(LIBNBD_CFLAGS)
>  libpoke_la_LIBADD = ../gl-libpoke/libgnu.la libpvmjitter.la \
>                      $(BDW_GC_LIBS) \
>                      $(LIBNBD_LIBS)
> -libpoke_la_LDFLAGS = -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE)
> +libpoke_la_LDFLAGS = -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) 
> \
> +                     -lc -no-undefined
>  
>  # Integration with jitter.

This is OK for both master and maint/poke-1.
Thanks!



reply via email to

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