projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb457d7
)
Fix ".libs/linker.test: hidden symbol..., final link failed ..., build error"
64/24764/2
author
Taeyoon
<taeyoon0.lee@samsung.com>
Mon, 21 Jul 2014 11:56:43 +0000
(20:56 +0900)
committer
Adeel Kazmi
<adeel.kazmi@samsung.com>
Mon, 21 Jul 2014 17:08:46 +0000
(10:08 -0700)
When dali-core is built for tizen-2.2.1
(url = http://download.tizen.org/releases/2.2.1/tizen-2.2.1/)
build error is occured.
Change-Id: I2e9dee090a763d7cb5cdb7d93cba2e794b1607e8
packaging/dali.spec
patch
|
blob
|
history
diff --git
a/packaging/dali.spec
b/packaging/dali.spec
index ee229c7c2f3ad05499e8026310cb9e0929294687..14b0f2cdcee8d48290f4b01cc1ccbd4fce819b43 100644
(file)
--- a/
packaging/dali.spec
+++ b/
packaging/dali.spec
@@
-79,6
+79,7
@@
export DALI_DATA_RO_DIR
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
+LDFLAGS="${LDFLAGS:-%optflags}" ; export LDFLAGS ;
./configure \
--program-prefix=%{?_program_prefix} \
--prefix=%{_prefix} \