diff options
author | Slávek Banko <[email protected]> | 2020-07-19 10:56:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-19 10:56:50 +0200 |
commit | e045d684c1024c84e98ef8dceca6d7410dd37e78 (patch) | |
tree | f69a70015961c0f129280e834beaf555d6fd5e0b /dilos/tdesdk/debian/patches/common/06_disable_no_undefined.diff | |
parent | e1c0cabf45e03bce0ac370cb45697d7c266be1b1 (diff) | |
download | tde-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 <[email protected]>
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.diff | 18 |
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) |