We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0394584 commit dd2d1e3Copy full SHA for dd2d1e3
Makefile
@@ -37,6 +37,6 @@ build-doc:
37
deps:
38
rm -fr yajl-src
39
git clone https://github.com/lloyd/yajl.git yajl-src
40
- (cd yajl-src; git checkout 4c539cb5b; git reset --hard; ./configure)
+ (cd yajl-src; git checkout 12ee82ae51; git reset --hard; ./configure)
41
sudo make -C yajl-src install
42
sudo ldconfig
0 commit comments