From ad03c8e82ce1d093d2ab11d29759fcfb74df665a Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Tue, 3 Sep 2013 18:00:57 +0200 Subject: [PATCH] Fix build for security-server components --- .../specfile-patch/security-server-yocto.spec.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 proto-meta-Tizen_ivi_3.0/specfile-patch/security-server-yocto.spec.patch diff --git a/proto-meta-Tizen_ivi_3.0/specfile-patch/security-server-yocto.spec.patch b/proto-meta-Tizen_ivi_3.0/specfile-patch/security-server-yocto.spec.patch new file mode 100644 index 0000000..8b5f5bd --- /dev/null +++ b/proto-meta-Tizen_ivi_3.0/specfile-patch/security-server-yocto.spec.patch @@ -0,0 +1,13 @@ +diff --git a/packaging/security-server.spec b/packaging/security-server.spec +index 175567f..50c9da3 100644 +--- a/packaging/security-server.spec ++++ b/packaging/security-server.spec +@@ -73,8 +73,6 @@ Security daemon for web applications (Development) + cp %{SOURCE1001} . + + %build +-export LDFLAGS+="-Wl,--rpath=%{_libdir}" +- + %cmake . -DVERSION=%{version} \ + -DCMAKE_BUILD_TYPE=%{?build_type:%build_type} + make %{?jobs:-j%jobs} -- 2.7.4