x86 pagespeed build fix and check configuration data

This commit is contained in:
2018-05-10 02:20:35 +09:00
parent 46bdb85dd8
commit 0cb88ebbed
2 changed files with 11 additions and 6 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#!/bin/sh
### Please install library.
### CentOS / Red Hat - yum install jemalloc-devel libuuid-devel libatomic expat-devel unzip autoconf automake libtool
### Ubuntu / Debian - apt install libjemalloc-dev uuid-dev libatomic1 libatomic-ops-dev expat unzip autoconf automake libtool
@@ -15,7 +17,7 @@ SERVER_HEADER="hakase"
### (Comment out existing sources.)
### Do not modify it under normal circumstances.
BITCHK=`getconf LONG_BIT`
#BITCHK="32"
#BITCHK=32
### Multithread build
### Do not modify it under normal circumstances.