New commits:
commit e8d83cc8ad5cecdb319c5ffe9e6ef8c1818ac0df
Merge: 5bc48ca493 e6ea398805
Author: Andrew Cagney <[email protected]>
Date:   Fri Oct 10 18:11:25 2025 -0400

    Merge building: add external/nss/README.md et.al., for local NSS build
    
    - for a local native build:
    
        $ make -C external/nss
    
      then add:
    
        include $(top_srcdir)/external/nss/Makefile.kvm.linux
    
      to Makefile.inc.local
    
    - for a kvm build:
    
        $ ./kvm sh linux
        linux#  make -C /source/external/nss
    
      IT MIGHT TAKE SEVERAL ATTEMPTS AS THE MECURIAL DOWNLOAD CAN FAIL!
    
      and then add:
    
        ifeq ($(shell hostname),linux)
        include $(top_srcdir)/external/nss/Makefile.kvm.linux
        endif
    
      to Makefile.inc.local (I'm assuming your machine isn't called
      linux).

commit e6ea3988053a78b9eb613e981f568f93e5c1dc01
Author: Andrew Cagney <[email protected]>
Date:   Fri Oct 10 16:13:33 2025 -0400

    building: add external/nss; see README.md for how to build against mainline 
NSS+NSPR

commit 1d3bc6897848c97b05a63414b2113f742e6d3025
Author: Andrew Cagney <[email protected]>
Date:   Fri Oct 10 16:15:13 2025 -0400

    testing kvm: fix quote issue when passing down KVM_NSS_CFLAGS et.al.

commit f1ba82efa7792923cbe33ea3f8202bed1bb83a51
Author: Andrew Cagney <[email protected]>
Date:   Fri Oct 10 16:14:48 2025 -0400

    testing linux: add NSS dependencies to upgrade.sh

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to