summaryrefslogtreecommitdiffstats
path: root/dilos/tdegames/debian/patches/dilos.patch
diff options
context:
space:
mode:
authorDenis Kozadaev <denis@dilos.org>2020-01-30 22:13:12 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-03-08 01:21:16 +0000
commit5c670cd0d9443ef0443a5cbc700cb501e01eed93 (patch)
tree29fd5a1e6e04d0b6370a250e078a6544f53411ac /dilos/tdegames/debian/patches/dilos.patch
parentfd388b53035add95b3b3c3121fb9c62a6b642353 (diff)
downloadtde-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.patch13
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