diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:18:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 15:18:08 +0200 |
commit | 8263f1c919f6c486efc77e51f0aa84c7381d1299 (patch) | |
tree | 8a59879b827395606538e40d0bc39b09f27819a2 /dilos | |
parent | dd61c60bf235c916d050340c5b5e440a9ad005fe (diff) | |
download | tde-packaging-8263f1c919f6c486efc77e51f0aa84c7381d1299.tar.gz tde-packaging-8263f1c919f6c486efc77e51f0aa84c7381d1299.zip |
DilOS tdenetwork: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos')
-rw-r--r-- | dilos/tdenetwork/debian/patches/dilos.patch | 11 |
1 files changed, 1 insertions, 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 ) |