mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-28 02:43:03 +01:00
17 lines
415 B
Bash
Executable File
17 lines
415 B
Bash
Executable File
#!/bin/sh
|
|
../source/runConfigureICU Linux --prefix=$PWD/prebuilt \
|
|
CFLAGS="-Os" \
|
|
CXXFLAGS="--std=c++11" \
|
|
--enable-static \
|
|
--enable-shared=no \
|
|
--enable-extras=no \
|
|
--enable-strict=no \
|
|
--enable-icuio=no \
|
|
--enable-layout=no \
|
|
--enable-layoutex=no \
|
|
--enable-tools \
|
|
--enable-tests=no \
|
|
--enable-samples=no \
|
|
--enable-dyload \
|
|
--with-data-packaging=archive
|