]> git.pld-linux.org Git - packages/crossmingw32-atk.git/commitdiff
- proper static + shared build
authorczarny <czarny@pld-linux.org>
Sun, 25 Feb 2007 15:12:48 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-atk.spec -> 1.2

crossmingw32-atk.spec

index b82f72d3235a16951a982b177807ec1c19fa48f1..d237f78908c3bbc92f2c353cc99d5331036c9a05 100644 (file)
@@ -69,10 +69,10 @@ export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__autoheader}
 %{__automake}
 %configure \
-       AR="%{target}-ar" \
-       RANLIB="%{target}-ranlib" \
        --target=%{target} \
-       --host=%{target}
+       --host=%{target} \
+       --disable-gtk-doc \
+       --enable-static
 
 %{__make}
 
@@ -92,5 +92,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS NEWS README
 %{_libdir}/lib*.la
 %{_libdir}/lib*.a
+%{_bindir}/*.dll
 %{_includedir}/atk*
 %{_pkgconfigdir}/atk*
This page took 0.126027 seconds and 4 git commands to generate.