search for: subconfigures

Displaying 3 results from an estimated 3 matches for "subconfigures".

2011 Nov 12
1
Including multiple third party libraries in an extension
Hi, I've got a C extension structured roughly like: package/ src/ Makevars foo.c some-lib/... some-other-lib/.. where foo.c and Makevars define dependencies on some-lib and some-other-lib. Currently I'm having Makevars configure;make install some-lib and some-other-lib into a local build directory, which produces shard libraries that ultimately I reference for foo.o in
2017 Apr 20
3
Include for sshd_config
On Wed, Apr 19, 2017 at 1:02 PM, navern <livingdeadzerg at yandex.ru> wrote: > On 10.04.2017 23:02, navern wrote: >> >> >> On 07.04.2017 15:05, Jakub Jelen wrote: >>> >>> On 04/07/2017 11:54 AM, navern wrote: >>>> >>>> Hello, >>>> >>>> Afaik there was added Include feature for ssh_config. I want to add
2017 Apr 10
2
Include for sshd_config
On 07.04.2017 15:05, Jakub Jelen wrote: > On 04/07/2017 11:54 AM, navern wrote: >> Hello, >> >> Afaik there was added Include feature for ssh_config. I want to add this >> option to sshd_config as well. I think about local patch(i am not sure >> this will be required for upstream). >> >> Code for Include option in readconf.c doesn't look very