Changeset 24 for spec/trunk/SPECS
- Timestamp:
- Sep 14, 2010, 11:51:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/pkgconfig.spec
r11 r24 9 9 Source: http://www.freedesktop.org/software/pkgconfig/releases/pkg-config-%{version}.tar.gz 10 10 11 #BuildRequires: glib2-devel11 BuildRequires: glib2-devel 12 12 BuildRequires: popt-devel 13 13 … … 35 35 %build 36 36 CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \ 37 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \ 38 LIBS="-lurpo -lmmap -lpthread" ; export LIBS ; \ 37 39 %configure \ 38 40 --disable-shared \ 39 41 --with-installed-glib \ 40 42 --with-installed-popt \ 41 --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig\43 "--with-pc-path=%{_libdir}/pkgconfig;%{_datadir}/pkgconfig" \ 42 44 "--cache-file=%{_topdir}/cache/%{name}.cache" 43 45
Note:
See TracChangeset
for help on using the changeset viewer.