From: Thomas Weber Date: Fri, 12 Jun 2020 08:15:25 +0000 (+0100) Subject: Install the Octave libraries publically in /usr/lib/ X-Git-Tag: archive/raspbian/5.2.0-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f141f45c6e4f158c6170ecf5cb5bfb0ab50957ee;p=octave.git Install the Octave libraries publically in /usr/lib/ Forwarded: not-needed Reviewed-by: Rafael Laboissière Last-Update: 2016-11-20 Thanks to John Eaton for helping with this. The patch is currently not needed upstream, but forwarding it might make sense in the future. Gbp-Pq: Name install_libraries_publically.patch --- diff --git a/Makefile.am b/Makefile.am index 6d9f874c..cb0feae2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,6 +184,7 @@ OCTAVE_CROSS_TOOLS = OCTAVE_INTERPRETER_TARGETS = octlib_LTLIBRARIES = +lib_LTLIBRARIES = noinst_LTLIBRARIES = octinclude_HEADERS = diff --git a/libinterp/module.mk b/libinterp/module.mk index 433a8885..af09775e 100644 --- a/libinterp/module.mk +++ b/libinterp/module.mk @@ -24,7 +24,7 @@ LIBINTERP_DEFUN_FILES = $(HDF5_CPPFLAGS) \ $(MAGICK_CPPFLAGS) -octlib_LTLIBRARIES += %reldir%/liboctinterp.la +lib_LTLIBRARIES += %reldir%/liboctinterp.la %canon_reldir%_pkgconfig_DATA = %reldir%/octinterp.pc diff --git a/liboctave/module.mk b/liboctave/module.mk index f1563552..8d8c0509 100644 --- a/liboctave/module.mk +++ b/liboctave/module.mk @@ -23,7 +23,7 @@ GEN_CONFIG_SHELL += \ -I$(srcdir)/%reldir%/util \ -I$(srcdir)/%reldir%/wrappers -octlib_LTLIBRARIES += %reldir%/liboctave.la +lib_LTLIBRARIES += %reldir%/liboctave.la %canon_reldir%_pkgconfig_DATA = %reldir%/octave.pc