From ed7e06fd1f8c8bea2b2c983ccc994310c82bd0a9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 22:52:53 +0300 Subject: sqlite: POSIX sed --- extra/sqlite/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/sqlite') diff --git a/extra/sqlite/build b/extra/sqlite/build index 08c1fd23..b105764b 100755 --- a/extra/sqlite/build +++ b/extra/sqlite/build @@ -2,7 +2,8 @@ export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1" -sed -i 's/ -ltinfo//g' configure +sed 's/ -ltinfo//g' configure > _ +cat _ > configure; rm -f _ ./configure \ --prefix=/usr \ -- cgit v1.2.3