On 06/01/2015 08:35 AM, Colin Watson wrote:
> libipr doesn't have a proper SONAME, and is really just a utility
> library for internal use by iprutils.  As such, it shouldn't be in a
> public library directory, but instead belongs in pkglibdir with programs
> using an appropriate RPATH to link against it.
> ---
>  Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index daae8e5..167b7c2 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -7,8 +7,9 @@
>  # Common Public License v1.0 which accompanies this distribution.
>  #
> 
> -lib_LTLIBRARIES = libipr.la
> +pkglib_LTLIBRARIES = libipr.la
>  libipr_la_SOURCES = iprlib.c
> +libipr_la_LDFLAGS = -avoid-version -release $(VERSION) -rpath $(pkglibdir)
>  include_HEADERS = iprlib.h
> 
>  sbin_PROGRAMS = iprconfig iprdump iprupdate iprinit iprdbg
> 

Hi Colin,

Just to follow up, I've pushed an alternate fix for this and posted a
2.4.8 version. Please let me know if this addresses your issue.

https://sourceforge.net/p/iprdd/iprutils/ci/3054ea4232b37dc19f8ea33ae93e3a8248e3a34e/

Thanks,

Brian


-- 
Brian King
Power Linux I/O
IBM Linux Technology Center



------------------------------------------------------------------------------
_______________________________________________
Iprdd-devel mailing list
Iprdd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iprdd-devel

Reply via email to