rpms/emelfm2/F-12 emelfm2-0.7.1-dsofix.patch,NONE,1.1

Christoph Wickert cwickert at fedoraproject.org
Fri Jun 18 14:10:01 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/emelfm2/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5053

Added Files:
	emelfm2-0.7.1-dsofix.patch 
Log Message:
add missing patch

emelfm2-0.7.1-dsofix.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE emelfm2-0.7.1-dsofix.patch ---
--- emelfm2-0.7.1.orig/Makefile	2009-12-21 03:50:47.000000000 +0100
+++ emelfm2-0.7.1/Makefile	2010-02-25 14:44:58.000000000 +0100
@@ -336,7 +336,7 @@
 
 $(TARGET): $(OBJECTS)
 	@echo "linking binary '$(TARGET)'"
-	@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)
+	@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -lm -ldl -Wl,--as-needed $(lLIBS)
 ifeq ($(STRIP), 1)
 ifneq ($(DEBUG), 1)
 	@echo "stripping binary '$(TARGET)'"



More information about the scm-commits mailing list