From OpenSCADAWiki
Jump to: navigation, search

Due using by BuildRoot the "C" library "uCLibC" there was needed some OpenSCADA adaption to uCLibC version 0.9.33.2 after the last building with uCLibC version 0.9.32.1 in year 2011:

  • "resourcesAllow" true checking for build without the resources (folders "data" and "doc"), mostly by problems at automake here execution;
  • librt checking changed from the function clock_gettime() to clock_nanosleep();
  • for libcrypt checking there used function "crypt";
  • including <stdarg.h> to "src/tmess.h";
  • checking for __UCLIBC__ in TUser::auth();
  • iconv buffer set to "const char *".