summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:18:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-10 15:18:16 +0200
commit29350db10e63ac177b80d61d41b158a70721bc7a (patch)
treec82cc40aa7bcad430506544998bb48d727e7006d
parent2feadbc3d1167ae29c3703d4069a460f03a23114 (diff)
downloadtde-packaging-29350db10e63ac177b80d61d41b158a70721bc7a.tar.gz
tde-packaging-29350db10e63ac177b80d61d41b158a70721bc7a.zip
DilOS tdenetwork: Refresh DilOS specific patches.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8263f1c919f6c486efc77e51f0aa84c7381d1299)
-rw-r--r--dilos/tdenetwork/debian/patches/dilos.patch11
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 )