Description: Reorder libs to fix FTBFS with binutils-gold
Author: Angel Abad <angelabad@ubuntu.com>

--- a/bin/Makefile
+++ b/bin/Makefile
@@ -27,7 +27,7 @@
 	$(CXX) -o $@ $(CXXFLAGS) $(GYOTO_INC) $^  $(LIB_CXX_Gyoto)
 
 gyoto: gyoto.o ../lib/$(LIBGYOTO_FILE)
-	$(CXX) -o $@ $(LDFLAGS) $(LDLIBS) $< -L../lib -lgyoto -ldl
+	$(CXX) -o $@ -L../lib $(LDFLAGS) $< $(LDLIBS) -lgyoto -ldl
 
 dbgyoto: debugyoto.C ../lib/libgyoto.a
 	$(CXX) -o $@ $(CXXFLAGS) $(GYOTO_INC) $^ $(LIB_CXX_Gyoto) $(LIB_CXX) $(LIB_CFITSIO) $(LIB_LORENE) $(LIB_LAPACK) $(LIB_GSL) $(LIB_PGPLOT) -Wno-long-long
