forked from kiss-community/repo
sqlite: remove sed -i
This commit is contained in:
parent
e309be39eb
commit
ea25146be5
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
|
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
|
||||||
|
|
||||||
sed -i 's/ -ltinfo//g' configure
|
sed 's/ -ltinfo//g' configure > _
|
||||||
|
mv -f _ configure
|
||||||
|
chmod +x configure
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user