[systemd] add --disable-static

Michal Schmidt michich at fedoraproject.org
Sun Jan 22 21:05:29 UTC 2012


commit a0a648166b88f81b21d7c47564204ec69f013ffc
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Sun Jan 22 20:46:43 2012 +0100

    add --disable-static
    
    It makes the build slightly faster.

 systemd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 39d275e..1b906ea 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -119,7 +119,7 @@ SysV compatibility tools for systemd
 
 %build
 %{?gitcommit: ./autogen.sh }
-%configure --with-rootprefix= --with-distro=fedora --with-rootlibdir=/%{_lib}
+%configure --with-rootprefix= --with-distro=fedora --with-rootlibdir=/%{_lib} --disable-static
 make %{?_smp_mflags}
 
 %install


More information about the scm-commits mailing list