On Fri, Jun 22, 2018 at 12:37:34PM +1000, matthew green wrote:
> "Maya Rashish" writes:
> > Module Name:src
> > Committed By: maya
> > Date: Wed Jun 20 02:15:13 UTC 2018
> >
> > Modified Files:
> > src/share/mk: sys.mk
> >
> > Log Message:
> > Strip -Wsystem-header
"Kamil Rytarowski" writes:
> Module Name: src
> Committed By: kamil
> Date: Thu Jun 21 10:41:46 UTC 2018
>
> Modified Files:
> src/usr.bin/ldd/build: Makefile
> src/usr.bin/ldd/elf32: Makefile
> src/usr.bin/ldd/elf32_compat: Makefile
> src/usr.bin/ldd/elf64: Makefi
On 22.06.2018 15:38, matthew green wrote:
> "Kamil Rytarowski" writes:
>> Module Name: src
>> Committed By:kamil
>> Date:Thu Jun 21 10:41:46 UTC 2018
>>
>> Modified Files:
>> src/usr.bin/ldd/build: Makefile
>> src/usr.bin/ldd/elf32: Makefile
>> src/usr.bin/ldd
"Kamil Rytarowski" writes:
> Module Name: src
> Committed By: kamil
> Date: Thu Jun 21 11:02:48 UTC 2018
>
> Modified Files:
> src/external/mpl/dhcp: Makefile.inc
>
> Log Message:
> Make building of dhcp compatible with MKSANITIZER
>
> Disable LD flags (-Wl,-Bstatic and -Wl,-Bdyna
On 22.06.2018 16:18, matthew green wrote:
> "Kamil Rytarowski" writes:
>> Module Name: src
>> Committed By:kamil
>> Date:Thu Jun 21 11:02:48 UTC 2018
>>
>> Modified Files:
>> src/external/mpl/dhcp: Makefile.inc
>>
>> Log Message:
>> Make building of dhcp compatible with
> Well, there is an ongoing discussion to phase out dhcp (dhclient) out of
> the base system.
i'm going to object to that -- while i prefer dhcpcd i've twice
needed for temporary issues, and not having working networking
while travelling (this was one case) is really not something we
want to deal
> On Jun 22, 2018, at 7:44 AM, matthew green wrote:
>
> meaning -- it uses libraries normally installed in /usr/lib but
> links them statically?
>
> those libraries should move to /lib. they're already part of
> the root fs (mostly). then all this stupid makefile and linking
> crap can go a
On 22.06.2018 17:05, Jason Thorpe wrote:
>
>
>> On Jun 22, 2018, at 7:44 AM, matthew green wrote:
>>
>> meaning -- it uses libraries normally installed in /usr/lib but
>> links them statically?
>>
>> those libraries should move to /lib. they're already part of
>> the root fs (mostly). then all
In article <12738.1529677...@splode.eterna.com.au>,
matthew green wrote:
>
>why does dhclient link this way? at the very least, adding
>a comment to the Makefile.inc would help, but i wonder if this
>is not some artifact of old times we should remove, at least
>for MKDYNAMICROOT=yes.
Explained.