On Sun, 15 Nov 2020 at 20:11, Colomban Wendling <[email protected]> wrote: > > Le 14/11/2020 à 23:16, Lex Trotman a écrit : > > On Sun, 15 Nov 2020 at 00:21, Colomban Wendling > > […] > >> All this said, for the problem at hand if it's indeed problematic with > >> stock Ubuntu setups, maybe we could go the sad way and hardcode > >> ldconfig's path; > > > > Can we? AFAICT all ldconfig invocations are generated by autofools, > > and seem to be of the form "finish_cmds='PATH="\$PATH:/sbin" ldconfig > > -m $libdir'" so it doesn't expect sbin in PATH anyway. > > Not that one: > > Le 11/11/2020 à 00:06, Geoff Kaniuk a écrit : > > /home# make install > > ... > > /bin/bash: line 3: ldconfig: command not found > > make[4]: *** [Makefile:1660: fix-ubuntu-libdir] Error 127 > > -------------------------------------------------------- > > This is our Ubuntu hack `fix-ubuntu-libdir` that you can find in > src/Makefile.am.
Ok, so why not do exactly as autotools does, adding /sbin to path? > _______________________________________________ > Users mailing list > [email protected] > https://lists.geany.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
