mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
fix precise patchelf compile
This commit is contained in:
@@ -85,7 +85,7 @@ else
|
||||
wget https://nixos.org/releases/patchelf/patchelf-$PATCHELF_VERSION/patchelf-$PATCHELF_VERSION.tar.bz2
|
||||
tar xf patchelf-$PATCHELF_VERSION.tar.bz2
|
||||
cd patchelf-$PATCHELF_VERSION
|
||||
./bootstrap.sh
|
||||
sed -e s/-std=c++11//g -i */* # Precise compiler doesn't support c++11
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user