bug-myserver
[Top][All Lists]
Advanced

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

Re: [bug-myserver] ‘myserver’ binary should be installable


From: Giuseppe Scrivano
Subject: Re: [bug-myserver] ‘myserver’ binary should be installable
Date: Fri, 04 Mar 2011 00:18:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hey Ludovic,

thanks to have reported it.  I have fixed it in the Makefile.am file.

Cheers,
Giuseppe



address@hidden (Ludovic Courtès) writes:

> Hello!
>
> This patch makes the ‘myserver’ binary installable.  Failing to do that
> it gets an RPATH pointing to $top_builddir/src/.libs instead of $libdir.
>
> Thanks,
> Ludo’.
>
> --- myserver-0.10/src/Makefile.in     2010-10-14 12:45:42.000000000 +0200
> +++ myserver-0.10/src/Makefile.in     2011-03-03 22:23:05.000000000 +0100
> @@ -1307,7 +1307,6 @@ libmyserver_la_LIBADD = \
>               $(INTLLIBS) $(LDFLAGS)
>  
>  myserver_CXXFLAGS = $(AM_CXXFLAGS) $(CXXFLAGS) -DHOST_STR=\"$(build)\" 
> -DPREFIX=\"$(prefix)\"
> -myserver_LDFLAGS = -static -no-install
>  myserver_LDADD = libmyserver.la $(PTHREAD_LIB) $(IDN_LIB) \
>       $(XNET_LIB) $(DL_LIB) $(ZLIB_LIB) \
>       $(XML_LIBS) $(INTLLIBS) $(LDFLAGS)



reply via email to

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