Changes between Version 1 and Version 2 of Ticket #59832, comment 30


Ignore:
Timestamp:
Mar 16, 2020, 9:08:08 PM (4 years ago)
Author:
noloader (Jeffrey Walton)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59832, comment 30

    v1 v2  
    3333export CXXFLAGS="-Wall"
    3434export RANLIB=/opt/local/bin/gcc-ranlib-mp-5
    35 export LDFLAGS="-twolevel_namespace -twolevel_namespace_hints"
    3635
    3736export MAKE="make"
     
    4443echo "CFLAGS: $CFLAGS"
    4544echo "CXXFLAGS: $CXXFLAGS"
    46 echo "LDFLAGS: -twolevel_namespace -twolevel_namespace_hints"
     45echo "LDFLAGS: $LDFLAGS"
    4746echo
    4847
     
    7473
    7574echo "Configuring CMake 3.16.5"
    76 if ! ./bootstrap --no-system-libs;
     75if ! ./bootstrap;
    7776then
    7877    echo "Failed to configure CMake"