fix precise patchelf compile

This commit is contained in:
Jay Lee
2019-06-07 15:21:11 -04:00
parent feb76f504c
commit e990387660

View File

@@ -85,7 +85,7 @@ else
wget https://nixos.org/releases/patchelf/patchelf-$PATCHELF_VERSION/patchelf-$PATCHELF_VERSION.tar.bz2 wget https://nixos.org/releases/patchelf/patchelf-$PATCHELF_VERSION/patchelf-$PATCHELF_VERSION.tar.bz2
tar xf patchelf-$PATCHELF_VERSION.tar.bz2 tar xf patchelf-$PATCHELF_VERSION.tar.bz2
cd patchelf-$PATCHELF_VERSION cd patchelf-$PATCHELF_VERSION
./bootstrap.sh sed -e s/-std=c++11//g -i */* # Precise compiler doesn't support c++11
./configure ./configure
make make
sudo make install sudo make install