From 8263f1c919f6c486efc77e51f0aa84c7381d1299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Apr 2020 15:18:08 +0200 Subject: DilOS tdenetwork: Refresh DilOS specific patches. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dilos/tdenetwork/debian/patches/dilos.patch | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dilos/tdenetwork/debian/patches/dilos.patch b/dilos/tdenetwork/debian/patches/dilos.patch index a2b1be093..9acfe1d8f 100644 --- a/dilos/tdenetwork/debian/patches/dilos.patch +++ b/dilos/tdenetwork/debian/patches/dilos.patch @@ -42,16 +42,7 @@ Index: tdenetwork/cmake/modules/TDEMacros.cmake =================================================================== --- tdenetwork.orig/cmake/modules/TDEMacros.cmake +++ tdenetwork/cmake/modules/TDEMacros.cmake -@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target ) - - # set embedded archives - if( _embed ) -- list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive ) -+ list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract ) - endif( _embed ) - - # set link libraries -@@ -1878,7 +1878,7 @@ macro( tde_setup_architecture_flags ) +@@ -2185,7 +2185,7 @@ macro( tde_setup_architecture_flags ) check_cxx_compiler_flag( -fPIE HAVE_PIE_SUPPORT ) if( HAVE_PIE_SUPPORT ) set( TDE_PIE_CFLAGS -fPIE ) -- cgit v1.2.3