diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 02:21:44 +0100 |
commit | b93733839162a27004507035f2ffabe2ac989581 (patch) | |
tree | d364c012967868d148c46c3ec4cddc1367b12da2 /dilos/tdegames/debian/patches/dilos.patch | |
parent | 2f62c82540f5cf9ecef958f44c313708501bd502 (diff) | |
download | tde-packaging-b93733839162a27004507035f2ffabe2ac989581.tar.gz tde-packaging-b93733839162a27004507035f2ffabe2ac989581.zip |
DilOS: tdegames build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 5c670cd0d9443ef0443a5cbc700cb501e01eed93)
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 |