From: Sung-Jin Park Date: Tue, 27 Aug 2013 01:45:25 +0000 (-0400) Subject: Add an option --with-libuuid to configure X-Git-Tag: accepted/tizen/20130910.123054^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_tv;p=platform%2Fupstream%2FlibSM.git Add an option --with-libuuid to configure Change-Id: If086b8853c7ead911ab10bd20ebb448e5a29347b --- 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