summaryrefslogtreecommitdiffstats
path: root/ubuntu/_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:12:12 +0100
commitd613cfe157dc8512b52191c85345b3b07d22d117 (patch)
treebf8e47226111a8496dedfc36da61896904888e72 /ubuntu/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
parentaec72cb238a1a30c5e8b06ec16a9476a8d692821 (diff)
downloadtde-packaging-d613cfe157dc8512b52191c85345b3b07d22d117.tar.gz
tde-packaging-d613cfe157dc8512b52191c85345b3b07d22d117.zip
DEB tdetoys: Drop old common patches related to automake.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r--ubuntu/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/ubuntu/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff b/ubuntu/_base/core/tdetoys/debian/patches/common/06_disable_no_undefined.diff
deleted file mode 100644
index 05c932c3c..000000000
--- a/ubuntu/_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)