소스 검색

fixing the port patch

Stasik0 10 년 전
부모
커밋
4ecab87488
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ports/WAGO-750-860.patch

+ 2 - 1
ports/WAGO-750-860.patch

@@ -36,7 +36,7 @@ index c785182..9e66da0 100644
  	endif()
  endif()
  
-@@ -90,10 +90,7 @@ else()
+@@ -90,11 +90,7 @@ else()
  endif()
  
  add_library(open62541-objects OBJECT ${lib_sources})
@@ -44,6 +44,7 @@ index c785182..9e66da0 100644
 -add_library(open62541-static STATIC $<TARGET_OBJECTS:open62541-objects>)
 -SET_TARGET_PROPERTIES(open62541-static PROPERTIES OUTPUT_NAME open62541 CLEAN_DIRECT_OUTPUT 1) # static version that exports all symbols
 -target_compile_definitions(open62541-objects PUBLIC UA_DYNAMIC_LINKING)
+-target_compile_definitions(open62541-static PUBLIC UA_DYNAMIC_LINKING)
 +add_library(open62541 $<TARGET_OBJECTS:open62541-objects>)
  
  ## logging