summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-02-27 18:11:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-27 18:13:54 +0100
commit360ad64dd62eaeef8cddd68b0a71d7051cd926ee (patch)
tree52f39bdda3a6004f6088907a05152f2b0b7a2912 /debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
parentef16ec266d88dad72ea6ce820104e8612d467e39 (diff)
downloadtde-packaging-360ad64dd62eaeef8cddd68b0a71d7051cd926ee.tar.gz
tde-packaging-360ad64dd62eaeef8cddd68b0a71d7051cd926ee.zip
DEB tdetoys: Drop old common patches related to automake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d613cfe157dc8512b52191c85345b3b07d22d117)
Diffstat (limited to 'debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r--debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff b/debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
deleted file mode 100644
index 05c932c3c..000000000
--- a/debian/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/admin/acinclude.m4.in
-+++ b/admin/acinclude.m4.in
-@@ -1689,15 +1689,6 @@
- KDE_USE_CLOSURE_TRUE="#"
- KDE_USE_CLOSURE_FALSE=""
- KDE_NO_UNDEFINED=""
-- case $host in
-- *-*-linux-gnu)
-- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
-- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
-- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
-- [KDE_NO_UNDEFINED=""])],
-- [KDE_NO_UNDEFINED=""])
-- ;;
-- esac
- fi
- AC_SUBST(KDE_USE_CLOSURE_TRUE)
- AC_SUBST(KDE_USE_CLOSURE_FALSE)