diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 15:49:09 +0100 |
commit | fe51ebf14dbb7b03627463bd3e28ed09c1384b73 (patch) | |
tree | 72707f346908c5bf7b3c2e4d81dc1f55f963d639 /dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff | |
parent | 34ad747ec3a060dd8f3f8f64107015294aab92f4 (diff) | |
download | tde-packaging-fe51ebf14dbb7b03627463bd3e28ed09c1384b73.tar.gz tde-packaging-fe51ebf14dbb7b03627463bd3e28ed09c1384b73.zip |
DilOS: tdevelop build pack
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 768f6ea1498080273893d97d32be5bae283e2b19)
Diffstat (limited to 'dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff')
-rw-r--r-- | dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff b/dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff new file mode 100644 index 000000000..05c932c3c --- /dev/null +++ b/dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff @@ -0,0 +1,18 @@ +--- 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) |