diff options
author | Denis Kozadaev <denis@dilos.org> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-03-08 01:21:16 +0000 |
commit | 5c670cd0d9443ef0443a5cbc700cb501e01eed93 (patch) | |
tree | 29fd5a1e6e04d0b6370a250e078a6544f53411ac /dilos/tdegames/debian/patches/dilos.patch | |
parent | fd388b53035add95b3b3c3121fb9c62a6b642353 (diff) | |
download | tde-packaging-5c670cd0d9443ef0443a5cbc700cb501e01eed93.tar.gz tde-packaging-5c670cd0d9443ef0443a5cbc700cb501e01eed93.zip |
DilOS: tdegames build pack
Signed-off-by: Denis Kozadaev <denis@dilos.org>
Diffstat (limited to 'dilos/tdegames/debian/patches/dilos.patch')
-rw-r--r-- | dilos/tdegames/debian/patches/dilos.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dilos/tdegames/debian/patches/dilos.patch b/dilos/tdegames/debian/patches/dilos.patch new file mode 100644 index 000000000..aa5c360d5 --- /dev/null +++ b/dilos/tdegames/debian/patches/dilos.patch @@ -0,0 +1,13 @@ +Index: tdegames/cmake/modules/TDEMacros.cmake +=================================================================== +--- tdegames.orig/cmake/modules/TDEMacros.cmake ++++ tdegames/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 |