Summary: | klaptopdaemon improperly links against libstdc++ | ||
---|---|---|---|
Product: | [Unmaintained] klaptopdaemon | Reporter: | Garrett Kajmowicz <gkajmowi> |
Component: | general | Assignee: | Paul Campbell <paul> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Garrett Kajmowicz
2005-08-25 17:31:16 UTC
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 >crcresult.h |