Magellan Linux

Diff of /smage/trunk/core/mariadb/mariadb-10.1.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10643 by niro, Thu Aug 24 09:41:09 2017 UTC revision 10644 by niro, Wed Aug 30 09:30:01 2017 UTC
# Line 117  src_compile() Line 117  src_compile()
117  # # fix issues with missing -latomic  # # fix issues with missing -latomic
118  # export LDFLAGS+=" -latomic"  # export LDFLAGS+=" -latomic"
119    
120     # disable gold linker for i486
121     export LDFLAGS+=" -fuse-ld=bfd"
122    
123   cmake_configure \   cmake_configure \
124   -DWITH_COMMENT="Magellan MariaDB ${PVER}-${PBUILD}" \   -DWITH_COMMENT="Magellan MariaDB ${PVER}-${PBUILD}" \
125   -DCMAKE_AR=/usr/bin/gcc-ar \   -DCMAKE_AR=/usr/bin/gcc-ar \

Legend:
Removed from v.10643  
changed lines
  Added in v.10644