Changeset 13666 in hybrid for branches


Ignore:
Timestamp:
Dec 19, 2016, 9:51:53 AM (8 years ago)
Author:
rick
Message:

Fix building of world.

a) Disable new compilers
b) re-add ICONV support (flag does not work anymore).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/cfg/nanobsd.wleiden

    r13657 r13666  
    150150WITHOUT_CDDL=YES                        # Set to not build code licensed under Sun CDDL. (also ZFS)
    151151WITHOUT_CPP=YES                         # Set to not build cpp(1).
     152WITHOUT_CXX=YES                         # Set to not build c++(1) and related libraries.
     153WITHOUT_CLANG=YES                       # Set to not build the Clang C/C++ compiler.
    152154WITHOUT_CVS=YES                         # geen cvs tools geinstalleerd
    153155WITHOUT_DICT=YES                        # geen dictionary ondersteuning
     
    170172WITHOUT_SENDMAIL=YES                    # geen sendmail geinstalleerd   
    171173WITHOUT_SHAREDOCS=YES                   # geen share/docs directories
     174WITHOUT_SSP=YES                         # Set to not build world with propolice stack smashing protection.
    172175WITHOUT_SYSCONS=YES                     # geen syscon devices gecompileerd
    173176WITHOUT_UNBOUND=YES                     # Port version will be used if any is used
    174 WITHOUT_ICONV=YES                       # No extended character support
    175177WITHOUT_LOCALES=YES                     # No localization support
    176178'
Note: See TracChangeset for help on using the changeset viewer.