From kde-bugs-dist Sat Sep 30 20:51:24 2006 From: David Philippi Date: Sat, 30 Sep 2006 20:51:24 +0000 To: kde-bugs-dist Subject: [Bug 134924] New: Patch to allow compile with LDFLAGS="-Wl, Message-Id: <20060930225123.134924.david () torangan ! de> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=115964949015345 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=134924 Summary: Patch to allow compile with LDFLAGS="-Wl,--as-needed" Product: digikam Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: david torangan de Version: 0.9.0_beta2 (using KDE KDE 3.5.4) Installed from: Gentoo Packages OS: Linux I'm using Gentoo and have LDFLAGS="-Wl,--as-needed" activated globablly. Unfortunately digikam didn't compile with it because in digikam/showfoto/Makefile.am the libs are in wrong order. The attached patch fixes the problem without any invasive change.