command line for building the solution
Dieser Commit ist enthalten in:
Ursprung
412c2d4294
Commit
2a095ab12d
10
build_cmd.sh
Normale Datei
10
build_cmd.sh
Normale Datei
@ -0,0 +1,10 @@
|
||||
BSSL_CPPFLAGS="-I/home/hdc/repos/cloudflare/boringssl/include"
|
||||
BSSL_LDFLAGS="-L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/crypto -L/home/hdc/repos/cloudflare/boringssl/build.64bitRel/ssl"
|
||||
|
||||
#autoreconf -i
|
||||
mkdir -p build
|
||||
cd build
|
||||
echo "LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure"
|
||||
LD_FLAGS=\"${BSSL_LDFLAGS}\" CPPFLAGS=\"${BSSL_CPPFLAGS}\" ./configure
|
||||
cd build && make
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren