-avoid-version not recognised by compiler accepted/tizen/20130520.103533 submit/tizen/20130518.045619
authorAnas Nashif <anas.nashif@intel.com>
Sat, 18 May 2013 04:56:15 +0000 (00:56 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 18 May 2013 04:56:15 +0000 (00:56 -0400)
CMakeLists.txt
packaging/libcryptsvc.changes [new file with mode: 0644]

index 2fbf73a..0e7b0e4 100755 (executable)
@@ -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 (file)
index 0000000..3088f08
--- /dev/null
@@ -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
+