[WRT-PLUGINS-COMMON] : Fix Build
authorBaptiste DURAND <baptiste.durand@frignu.net>
Thu, 12 Sep 2013 12:33:49 +0000 (14:33 +0200)
committerBaptiste DURAND <baptiste.durand@frignu.net>
Thu, 12 Sep 2013 12:33:49 +0000 (14:33 +0200)
proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-plugins-common-yocto.spec.patch [new file with mode: 0644]

diff --git a/proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-plugins-common-yocto.spec.patch b/proto-meta-Tizen_ivi_3.0/specfile-patch/wrt-plugins-common-yocto.spec.patch
new file mode 100644 (file)
index 0000000..fef8d74
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/packaging/wrt-plugins-common.spec b/packaging/wrt-plugins-common.spec
+index 89ef703..7ab0e9f 100644
+--- a/packaging/wrt-plugins-common.spec
++++ b/packaging/wrt-plugins-common.spec
+@@ -44,7 +44,7 @@ cp %{SOURCE1001} .
+ %endif
+ %build
+-export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--as-needed -Wl,--hash-style=both"
++export LDFLAGS+=" -Wl,--rpath=%{_libdir} -Wl,--as-needed -Wl,--hash-style=both "
+ %cmake . -DDPL_LOG="ON"                     \
+         -DCMAKE_PROJECT_VERSION=%{version} \