diff options
author | Slava Barinov <v.barinov@samsung.com> | 2016-06-07 17:35:09 +0300 |
---|---|---|
committer | Slava Barinov <v.barinov@samsung.com> | 2016-06-07 17:35:09 +0300 |
commit | ff7ddabd4d6658c5a84d8e0b9b592a7f0a5141c3 (patch) | |
tree | 1da1d994165f410758cce05bb4e644a19315684a | |
parent | 4ecc1925e74ce9c907c616574f07aa476d833d84 (diff) | |
download | browser-sandbox/vbarinov/asan.tar.gz browser-sandbox/vbarinov/asan.tar.bz2 browser-sandbox/vbarinov/asan.zip |
Allowing unresolved chromiumsandbox/vbarinov/asan
-rwxr-xr-x | packaging/org.tizen.browser.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/org.tizen.browser.spec b/packaging/org.tizen.browser.spec index 77538a01..330c70dc 100755 --- a/packaging/org.tizen.browser.spec +++ b/packaging/org.tizen.browser.spec @@ -86,6 +86,7 @@ cd %{_build_dir} export CFLAGS="$(echo $CFLAGS | sed 's/-Wl,--as-needed//g')" export CXXFLAGS="$(echo $CXXFLAGS | sed 's/-Wl,--as-needed//g')" export FFLAGS="$(echo $FFLAGS | sed 's/-Wl,--as-needed//g')" +export LDFLAGS+=" -Wl,--allow-shlib-undefined " cmake .. \ -DCMAKE_BUILD_TYPE=%{?build_type}%{!?build_type:RELEASE} \ |