cd $tmpdir if [ ! -d "elfutils" ]; then git clone $elfutilsmirror fi cd elfutils ./configure --prefix=$freondir --disable-static --enable-shared make make install cd $tmpdir