0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 08:11:52 +00:00

add LDFLAGS="-lstdc++" to ./configure, closes #338 #336

This commit is contained in:
Stefan Siegl 2017-11-26 12:35:03 +01:00
parent f1e2c36a0a
commit a6d6ee359d
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -76,7 +76,7 @@ cd /tmp
git clone https://github.com/phpv8/v8js.git
cd v8js
phpize
./configure --with-v8js=/opt/v8
./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++"
make
make test
sudo make install