Learn about Centmin Mod LEMP Stack today
Register Now

Master Branch add NGX_LDGOLD & NGXEXTRA_LDOPT variable for Nginx compile

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 1, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    1:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add NGX_LDGOLD & NGXEXTRA_LDOPT variable for Nginx compile


    In 123.009beta01+ and higher, added persistent config file /etc/centminmod/custom_config.inc support for NGXEXTRA_LDOPT variable to be able to insert additional LDFLAGS into Nginx --with-ld-opt i.e. using ld.gold linker instead of ld.bfd via -fuse-ld=gold. You can also use persistent config file to enable ld.gold via NGX_LDGOLD='y' variable prior to Nginx compile time. It's only supported in clang 3.4.2, and GCC and not custom clang 4.0 compile as by default LLVMgold.so is not compiled to support ld.gold. Set to only work with GCC versions =>4.8.5

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    1:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    1:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+