Changeset 24 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 14, 2010, 11:51:02 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: fixed pkg-config build flags.

File:
1 edited

Legend:

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

    r11 r24  
    99Source:  http://www.freedesktop.org/software/pkgconfig/releases/pkg-config-%{version}.tar.gz
    1010
    11 #BuildRequires: glib2-devel
     11BuildRequires: glib2-devel
    1212BuildRequires: popt-devel
    1313
     
    3535%build
    3636CONFIG_SHELL="/bin/sh" ; export CONFIG_SHELL ; \
     37LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" ; export LDFLAGS ; \
     38LIBS="-lurpo -lmmap -lpthread" ; export LIBS ; \
    3739%configure \
    3840        --disable-shared \
    3941        --with-installed-glib \
    4042        --with-installed-popt \
    41         --with-pc-path=%{_libdir}/pkgconfig:%{_datadir}/pkgconfig \
     43        "--with-pc-path=%{_libdir}/pkgconfig;%{_datadir}/pkgconfig" \
    4244        "--cache-file=%{_topdir}/cache/%{name}.cache"
    4345
Note: See TracChangeset for help on using the changeset viewer.