diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/menu-daemon.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/menu-daemon.spec b/packaging/menu-daemon.spec index 1e373ae..91e0e94 100644 --- a/packaging/menu-daemon.spec +++ b/packaging/menu-daemon.spec @@ -6,7 +6,7 @@ Name: menu-daemon Summary: Menu daemon Version: 0.2.43 Release: 1 -Group: TO_BE/FILLED_IN +Group: apps License: Flora Software License Source0: menu-daemon-%{version}.tar.gz BuildRequires: pkgconfig(ail) @@ -39,7 +39,7 @@ menu-daemon (Grab H/W key, Package manifest file parsing) %setup -q %build -export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed" +export LDFLAGS+="-Wl,--hash-style=both -Wl,--as-needed" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} |