summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-18 00:56:15 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-18 00:56:15 -0400
commit7146d3670f1f75e83ed34a009267a3c1075e6c92 (patch)
tree7d180d40cd4187ead4b65393c771c1e64d9385f0
parent2c7d7e2e34902ce1789db628efd3ffdb8cd5fd86 (diff)
downloadlibcryptsvc-7146d3670f1f75e83ed34a009267a3c1075e6c92.tar.gz
libcryptsvc-7146d3670f1f75e83ed34a009267a3c1075e6c92.tar.bz2
libcryptsvc-7146d3670f1f75e83ed34a009267a3c1075e6c92.zip
-avoid-version not recognised by compilersubmit/tizen/20130518.045619accepted/tizen/20130520.103533
-rwxr-xr-xCMakeLists.txt4
-rw-r--r--packaging/libcryptsvc.changes3
2 files changed, 5 insertions, 2 deletions
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 <anas.nashif@intel.com> submit/tizen/20130517.045135@2c7d7e2
+- -avoid-version not recognised by compiler
+