<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>111497</bug_id>
          
          <creation_ts>2005-08-25 17:31:16 +0000</creation_ts>
          <short_desc>klaptopdaemon improperly links against libstdc++</short_desc>
          <delta_ts>2006-01-17 13:56:15 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>klaptopdaemon</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Compiled Sources</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Garrett Kajmowicz">gkajmowi</reporter>
          <assigned_to name="Paul Campbell">paul</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>368747</commentid>
    <comment_count>0</comment_count>
    <who name="Garrett Kajmowicz">gkajmowi</who>
    <bug_when>2005-08-25 17:31:16 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources
Compiler:          G++ Using uClibc++ library
OS:                Linux

klaptopdaemon Makefile.{am,in} hard code -lstdc++.  This should not be done as it assumes that the code is being linked against GNU libstdc++.  Instead, have the compiler or makefile system determine the appropriate library to link against.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>406821</commentid>
    <comment_count>1</comment_count>
    <who name="Dirk Mueller">mueller</who>
    <bug_when>2006-01-17 13:56:14 +0000</bug_when>
    <thetext>SVN commit 499272 by mueller:

fix makefile
BUG:111497


 M  +1 -1      Makefile.am  


--- trunk/KDE/kdeutils/klaptopdaemon/Makefile.am #499271:499272
@@ -41,7 +41,7 @@
 
 noinst_PROGRAMS = makecrc
 makecrc_SOURCES = makecrc.cpp
-makecrc_LDADD = -lz -lstdc++
+makecrc_LDADD = $(LIBZ)
 
 crcresult.h:	makecrc klaptop_acpi_helper
 	./makecrc &gt;crcresult.h
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>