From b5df5f309d12616c47edc40c2c6e852ec20f88fb Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 26 Aug 2013 21:45:25 -0400 Subject: [PATCH] Add an option --with-libuuid to configure Change-Id: If086b8853c7ead911ab10bd20ebb448e5a29347b --- packaging/libSM.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/libSM.spec b/packaging/libSM.spec index 1cf2a0a..d5f4659 100644 --- a/packaging/libSM.spec +++ b/packaging/libSM.spec @@ -1,6 +1,6 @@ Name: libSM Version: 1.2.1 -Release: 0 +Release: 1 License: MIT Summary: X Session Management library Url: http://xorg.freedesktop.org/ @@ -49,7 +49,7 @@ in %{name}. cp %{SOURCE1001} . %build -%configure --docdir=%_docdir/%{name} --disable-static +%configure --with-libuuid --docdir=%_docdir/%{name} --disable-static make %{?_smp_mflags} %install -- 2.7.4