Changeset 29 for spec/trunk/SPECS/sqlite.spec
- Timestamp:
- Sep 22, 2010, 3:58:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/sqlite.spec
r26 r29 25 25 Patch1: sqlite-3.5.9-os2.diff 26 26 27 BuildRequires: ncurses-devel readline-devel glibc-devel27 BuildRequires: ncurses-devel readline-devel libc-devel 28 28 # libdl patch needs 29 29 #BuildRequires: autoconf … … 99 99 #export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -Wall -fno-strict-aliasing" 100 100 export CONFIG_SHELL="/bin/sh" 101 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 101 102 %configure %{!?with_tcl:--disable-tcl} \ 102 103 --enable-threadsafe \ … … 105 106 %{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3} \ 106 107 --disable-rpath \ 107 -- enable-shared --disable-static\108 --disable-shared \ 108 109 "--cache-file=%{_topdir}/cache/%{name}.cache" 109 110
Note:
See TracChangeset
for help on using the changeset viewer.