~ubuntu-branches/ubuntu/trusty/icecc-monitor/trusty

« back to all changes in this revision

Viewing changes to debian/patches/06_disable_no_undefined.diff

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-09-11 23:15:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060911231500-v1c7bu5ilxnunvcx
Tags: 1.1-1
* Initial Debian release (Closes: #388327)
* Merge Andre Woebbeking and Jonathan Riddell package
* KDE_3_5_BRANCH update (up to r583517)
  * Fix typo license in kabout BSD->GPL_V2
* Export kde_htmldir to fix doc installation path

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/admin/acinclude.m4.in
 
2
+++ b/admin/acinclude.m4.in
 
3
@@ -1689,15 +1689,6 @@
 
4
        KDE_USE_CLOSURE_TRUE="#"
 
5
        KDE_USE_CLOSURE_FALSE=""
 
6
        KDE_NO_UNDEFINED=""
 
7
-       case $host in 
 
8
-         *-*-linux-gnu)
 
9
-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
 
10
-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
 
11
-               [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
 
12
-               [KDE_NO_UNDEFINED=""])],
 
13
-           [KDE_NO_UNDEFINED=""])
 
14
-           ;;
 
15
-       esac
 
16
   fi
 
17
   AC_SUBST(KDE_USE_CLOSURE_TRUE)
 
18
   AC_SUBST(KDE_USE_CLOSURE_FALSE)