summaryrefslogtreecommitdiffstats
path: root/dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-19 10:56:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-19 10:56:50 +0200
commite045d684c1024c84e98ef8dceca6d7410dd37e78 (patch)
treef69a70015961c0f129280e834beaf555d6fd5e0b /dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff
parente1c0cabf45e03bce0ac370cb45697d7c266be1b1 (diff)
downloadtde-packaging-e045d684c1024c84e98ef8dceca6d7410dd37e78.tar.gz
tde-packaging-e045d684c1024c84e98ef8dceca6d7410dd37e78.zip
DEB tdesdk: Add intltool to build-deps.
Drop old common patches related to automake. Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r--dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff b/dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff
deleted file mode 100644
index 05c932c3c..000000000
--- a/dilos/tdesdk/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)