[pcmanfm] Add workaround for DSO linkage

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Oct 27 22:56:51 UTC 2011


commit 40400ec560ec118ce5960f665cbf6d4d0857e7a8
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Oct 28 07:56:41 2011 +0900

    Add workaround for DSO linkage

 pcmanfm.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pcmanfm.spec b/pcmanfm.spec
index 243ce7d..0a7e759 100644
--- a/pcmanfm.spec
+++ b/pcmanfm.spec
@@ -68,6 +68,8 @@ which features tabbed browsing and user-friendly interface.
 chmod 0644 [A-Z]*
 
 %build
+# src/desktop.c
+export LDFLAGS="-lm"
 %configure
 
 make -C po -j1 GMSGFMT="msgfmt --statistics"


More information about the scm-commits mailing list