summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-08-01 17:54:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-01 17:54:08 +0900
commit5ad3693381298bd42d3340894c4da846823deb02 (patch)
treefe1460890de34fb9062158dfcb43f6ae33a295fc /ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff
parentb149b3a35d5c11d897eb788551e98897640bbcaa (diff)
downloadtde-packaging-5ad3693381298bd42d3340894c4da846823deb02.tar.gz
tde-packaging-5ad3693381298bd42d3340894c4da846823deb02.zip
DEB tdevelop: Add intltool to build-deps. Drop old common patches related to automake. Drop build-deps related to automake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r--ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff b/ubuntu/_base/tdevelop/debian/patches/common/06_disable_no_undefined.diff
deleted file mode 100644
index 05c932c3c..000000000
--- a/ubuntu/_base/tdevelop/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)