File python-2.7.patch of Package libarea
diff -uNr old-libarea/Makefile libarea/Makefile
--- old-libarea/Makefile 2009-05-04 12:19:02.000000000 +0200
+++ libarea/Makefile 2009-05-04 14:05:28.000000000 +0200
@@ -5,7 +5,7 @@
SHARED_LIBRARY=./area.so
${SHARED_LIBRARY}: ${OBJECTS}
- gcc -shared -fPIC -Wl,-soname,area.so.0 -o ${SHARED_LIBRARY} ${OBJECTS} -lstdc++ -lpython2.5
+ gcc -shared -fPIC -Wl,-soname,area.so.0 -o ${SHARED_LIBRARY} ${OBJECTS} -lstdc++ -lpython2.7
Arc.o: Arc.cpp
gcc -c $? ${CCFLAGS} -o $@