Changeset 36 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 29, 2010, 10:12:12 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: add mmap and pthread build.

Location:
spec/trunk/SPECS
Files:
2 added
4 edited

Legend:

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

    r24 r36  
    3636CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \
    3737LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \
    38 LIBS="-lurpo -lmmap -lpthread" ; export LIBS ; \
     38LIBS="-lurpo" ; export LIBS ; \
    3939%configure \
    4040        --disable-shared \
  • spec/trunk/SPECS/python.spec

    r28 r36  
    7474# YD unix adds this automatically by parsing elf binaries
    7575Requires: %{name}-libs = %{version}-%{release}
     76Requires: pthread
    7677
    7778BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  • spec/trunk/SPECS/rpm.spec

    r33 r36  
    4949Requires: curl
    5050Requires: rpm-libs
     51Requires: mmap pthread
    5152
    5253%if %{without int_bdb}
  • spec/trunk/SPECS/sqlite.spec

    r30 r36  
    100100export CONFIG_SHELL="/bin/sh"
    101101export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    102 export LIBS="-lurpo -lmmap -lpthread"
     102export LIBS="-lurpo"
    103103%configure %{!?with_tcl:--disable-tcl} \
    104104    --enable-threadsafe \
Note: See TracChangeset for help on using the changeset viewer.