Commit 4c9cd7aa authored by Damian Montero's avatar Damian Montero

Fixing the missing reference of libmpc.so.2 by some packages

parent c73ba339
......@@ -106,6 +106,9 @@ wget -N --continue --no-check-certificate $URL/packages/linuxheaders.rb
#Making GCC act like CC (For some npm packages out there)
ln -s /usr/local/bin/gcc /usr/local/bin/cc
#Fixing the reference failure in some packages out there.
ln -s /usr/local/lib64/libmpc.so.3 /usr/local/lib64/libmpc.so.2
#prepare sparse checkout .rb packages directory and do it
cd $CREW_LIB_PATH
git init
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment