From 6a29760cd39710ed432a67e425e100e415a2bfb7748a35b4314a7b01d96a8f94 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 24 Jun 2011 12:46:09 +0000 Subject: [PATCH] Enable URI file names OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=44 --- sqlite3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3.spec b/sqlite3.spec index c4c4ea9..c8f1bdb 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -129,7 +129,7 @@ Authors: %setup -q -n sqlite-autoconf-%tarversion %build -export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA" +export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI" %configure --disable-static make