Ignore:
Timestamp:
Sep 22, 2010, 3:58:12 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: fix sqlite build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/sqlite.spec

    r26 r29  
    2525Patch1: sqlite-3.5.9-os2.diff
    2626
    27 BuildRequires: ncurses-devel readline-devel glibc-devel
     27BuildRequires: ncurses-devel readline-devel libc-devel
    2828# libdl patch needs
    2929#BuildRequires: autoconf
     
    9999#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"
    100100export CONFIG_SHELL="/bin/sh"
     101export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    101102%configure %{!?with_tcl:--disable-tcl} \
    102103    --enable-threadsafe \
     
    105106    %{?with_tcl:TCLLIBDIR=%{tcl_sitearch}/sqlite3} \
    106107    --disable-rpath \
    107     --enable-shared --disable-static \
     108    --disable-shared \
    108109    "--cache-file=%{_topdir}/cache/%{name}.cache"
    109110
Note: See TracChangeset for help on using the changeset viewer.