Changeset 36 for spec/trunk/SPECS
- Timestamp:
- Sep 29, 2010, 10:12:12 PM (15 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 added
- 4 edited
-
mmap.spec (added)
-
pkgconfig.spec (modified) (1 diff)
-
pthread.spec (added)
-
python.spec (modified) (1 diff)
-
rpm.spec (modified) (1 diff)
-
sqlite.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/pkgconfig.spec
r24 r36 36 36 CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \ 37 37 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \ 38 LIBS="-lurpo -lmmap -lpthread" ; export LIBS ; \38 LIBS="-lurpo" ; export LIBS ; \ 39 39 %configure \ 40 40 --disable-shared \ -
spec/trunk/SPECS/python.spec
r28 r36 74 74 # YD unix adds this automatically by parsing elf binaries 75 75 Requires: %{name}-libs = %{version}-%{release} 76 Requires: pthread 76 77 77 78 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -
spec/trunk/SPECS/rpm.spec
r33 r36 49 49 Requires: curl 50 50 Requires: rpm-libs 51 Requires: mmap pthread 51 52 52 53 %if %{without int_bdb} -
spec/trunk/SPECS/sqlite.spec
r30 r36 100 100 export CONFIG_SHELL="/bin/sh" 101 101 export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 102 export LIBS="-lurpo -lmmap -lpthread"102 export LIBS="-lurpo" 103 103 %configure %{!?with_tcl:--disable-tcl} \ 104 104 --enable-threadsafe \
Note:
See TracChangeset
for help on using the changeset viewer.
