]> git.pld-linux.org Git - packages/gkrellm.git/commitdiff
- fix PKGCONFIGDIR to allow build on amd64 auto/ac/gkrellm-2_1_25-1
authorundefine <undefine@pld-linux.org>
Wed, 21 Jan 2004 17:09:35 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gkrellm.spec -> 1.83

gkrellm.spec

index 77bd722626cc8cc5dbc4c0986f0861ddbbd420ea..10f44e6a4ece83a1fdf21085ef7397262529f7fb 100644 (file)
@@ -125,6 +125,7 @@ Componentes para desenvolvimento de plugins para o gkrellm.
 %build
 %{__make} \
        OPTFLAGS="%{rpmcflags}" \
+       PKGCONFIGDIR=%{_libdir}/pkgconfig \
        INSTALLROOT=%{_prefix}
 
 %install
@@ -137,6 +138,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir}/gkrellm2} \
 
 %{__make} install \
        %{?debug:STRIP=} \
+       PKGCONFIGDIR=$RPM_BUILD_ROOT%{_libdir}/pkgconfig \
        INSTALLROOT=$RPM_BUILD_ROOT%{_prefix}
 
 %{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
This page took 0.037077 seconds and 4 git commands to generate.