- ~/work/rds_mutex_issues/Rds_15_17_074$ svn diff
- Index: CMakeBase/pack_control.cmake
- ===================================================================
- --- CMakeBase/pack_control.cmake (revision 9632)
- +++ CMakeBase/pack_control.cmake (working copy)
- @@ -55,7 +55,7 @@
- # 32 Bit Build for tragt only
- # oldversion = TRUE ==> old crosscompiler for Bootimage 14 (or 13)
- # oldversion = FALSE ==> debian crosscompiler for Bootimage 15 (and newer)
- - set(OLD_ELBE_VERSION "TRUE" CACHE BOOL "" FORCE)
- + set(OLD_ELBE_VERSION "FALSE" CACHE BOOL "" FORCE)
- if(OLD_ELBE_VERSION)
- # set complier flags
- set(BUILD_FLAGS "-DPOSIX -D_GNU_SOURCE=1 -DOLD_ELBE -DSVN_REV='\"${Project_WC_REVISION}\"' ${PROJECT_BUILD_FLAGS}" CACHE STRING "" FORCE)
fix: makePackControl build error
Posted by Anonymous on Tue 2nd Aug 2022 14:28
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.