Fix ".libs/linker.test: hidden symbol..., final link failed ..., build error" 64/24764/2
authorTaeyoon <taeyoon0.lee@samsung.com>
Mon, 21 Jul 2014 11:56:43 +0000 (20:56 +0900)
committerAdeel 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

index ee229c7..14b0f2c 100644 (file)
@@ -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} \