- Timestamp:
- Apr 9, 2019, 8:14:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/distribution_specific_hack.sh
r302 r316 53 53 check_required_lib_ver $DRIVER_LIB GLIBC libm.so.6 54 54 if [ "$?" = "1" ]; then 55 ADDED_LIBS=$(ldconfig -p | grep libm.so.6 | cut -d'>' -f2)55 ADDED_LIBS=$(ldconfig -p | grep libm.so.6 | grep libc6,x86-64 | cut -d'>' -f2) 56 56 fi 57 57 58 58 check_required_lib_ver $DRIVER_LIB CXXABI libstdc++.so.6 59 59 if [ "$?" = "1" ]; then 60 ADDED_LIBS="$ADDED_LIBS:$(ldconfig -p | grep libstdc++.so.6 | cut -d'>' -f2)"60 ADDED_LIBS="$ADDED_LIBS:$(ldconfig -p | grep libstdc++.so.6 | grep libc6,x86-64 | cut -d'>' -f2)" 61 61 fi 62 62 #remove whitespace
Note:
See TracChangeset
for help on using the changeset viewer.