From: Anas Nashif Date: Sat, 18 May 2013 04:56:15 +0000 (-0400) Subject: -avoid-version not recognised by compiler X-Git-Tag: submit/tizen/20130518.045619^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7146d3670f1f75e83ed34a009267a3c1075e6c92;p=platform%2Fcore%2Fsecurity%2Flibcryptsvc.git -avoid-version not recognised by compiler --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fbf73a..0e7b0e4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ SET(SRCS #${source_dir}/SecKmBase64.c ) -SET(libcryptsvc_LDFLAGS "-module -avoid-version ${pkgs_LDFLAGS}") +#SET(libcryptsvc_LDFLAGS "-module -avoid-version ${pkgs_LDFLAGS}") SET(libcryptsvc_CFLAGS " ${CFLAGS} -fvisibility=hidden -g -fPIC -I${CMAKE_CURRENT_SOURCE_DIR}/include ") SET(libcryptsvc_CPPFLAGS " -DPIC ") @@ -64,7 +64,7 @@ SET(SRCS_TZ ${source_dir}/SecTzSvc.c ) -SET(libtzsvc_LDFLAGS "-module -avoid-version ${pkgs_LDFLAGS}") +#SET(libtzsvc_LDFLAGS "-module -avoid-version ${pkgs_LDFLAGS}") SET(libtzsvc_CFLAGS " ${CFLAGS} -fvisibility=hidden -g -fPIC -I${CMAKE_CURRENT_SOURCE_DIR}/include ") SET(libtzsvc_CPPFLAGS " -DPIC ") diff --git a/packaging/libcryptsvc.changes b/packaging/libcryptsvc.changes new file mode 100644 index 0000000..3088f08 --- /dev/null +++ b/packaging/libcryptsvc.changes @@ -0,0 +1,3 @@ +* Sat May 18 2013 Anas Nashif submit/tizen/20130517.045135@2c7d7e2 +- -avoid-version not recognised by compiler +