From a0a648166b88f81b21d7c47564204ec69f013ffc Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Sun, 22 Jan 2012 20:46:43 +0100 Subject: [PATCH] add --disable-static It makes the build slightly faster. --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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