diff options
author | Denis Kozadaev <[email protected]> | 2020-01-30 22:13:12 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-03-08 15:43:28 +0100 |
commit | 768f6ea1498080273893d97d32be5bae283e2b19 (patch) | |
tree | 159e6e87afc2a8a38e54cdf81f89302cef38c974 /dilos/tdevelop/debian/patches/common/06_disable_no_undefined.diff | |
parent | 8627c9ad00eb3a131a1b80198526e6cacfed821c (diff) | |
download | tde-packaging-768f6ea1498080273893d97d32be5bae283e2b19.tar.gz tde-packaging-768f6ea1498080273893d97d32be5bae283e2b19.zip |
DilOS: tdevelop build pack
Signed-off-by: Denis Kozadaev <[email protected]>
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) |