aboutsummaryrefslogtreecommitdiff
path: root/extra/sqlite
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:56:41 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:56:41 +0300
commite6a7080ecc1c03569cf838cd5f0531709a051689 (patch)
tree3a57ba0d316f826e5492e86f21cf2cd7c28e4b13 /extra/sqlite
parentc4c3af9515953df86ab70b4b85ce2fdb3ccaca11 (diff)
downloadrepository-e6a7080ecc1c03569cf838cd5f0531709a051689.tar.gz
revert
Diffstat (limited to 'extra/sqlite')
-rwxr-xr-xextra/sqlite/build4
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/sqlite/build b/extra/sqlite/build
index 4f5b88ec..08c1fd23 100755
--- a/extra/sqlite/build
+++ b/extra/sqlite/build
@@ -2,9 +2,7 @@
export CPPFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
-sed 's/ -ltinfo//g' configure > configure.bak
-mv configure.bak configure
-chmod +x configure
+sed -i 's/ -ltinfo//g' configure
./configure \
--prefix=/usr \