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

crossmingw32-libsigc++.spec

index d5ca75010fb6a11e01a00351d52efd8db03f956d..ecb982437340eacf311db236eb936772b229de74 100644 (file)
@@ -64,12 +64,12 @@ export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__aclocal} -I scripts
 %{__autoconf}
 %{__automake}
-
 %configure \
-       AR="%{target}-ar" \
-       RANLIB="%{target}-ranlib" \
-       --host=%{target_platform} \
-       --disable-static
+       --target=%{target} \
+       --host=%{target} \
+       --enable-shared \
+       --enable-static
+
 %{__make} all
 
 %install
This page took 0.0951 seconds and 4 git commands to generate.