Remove extra white spaces
parent
adf2f45d5c
commit
e005701463
|
@ -738,7 +738,7 @@ installBundledModule () {
|
|||
mv "$(getPackageSource https://github.com/FirebirdSQL/firebird/releases/download/R2_5_9/Firebird-2.5.9.27139-0.tar.bz2)" /tmp/src/firebird
|
||||
cd /tmp/src/firebird
|
||||
#Patch rwlock.h (this has been fixed in later release of firebird 3.x)
|
||||
sed -i '194s/.*/#if 0/' src/common/classes/rwlock.h
|
||||
sed -i '194s/.*/#if 0/' src/common/classes/rwlock.h
|
||||
./configure --with-system-icu
|
||||
# -j option can't be used: make targets must be compiled sequentially
|
||||
make -s btyacc_binary gpre_boot libfbstatic libfbclient
|
||||
|
|
Loading…
Reference in New Issue