]> git.pld-linux.org Git - packages/fann.git/blame - fann-python.patch
- %{rpmcflags} now used in python binary module
[packages/fann.git] / fann-python.patch
CommitLineData
eba6fd4c 1--- fann-1.1.0/python/Makefile.old 2004-01-28 09:42:55.000000000 +0100
2+++ fann-1.1.0/python/Makefile 2004-06-05 15:56:46.242972328 +0200
3@@ -6,7 +6,7 @@
4 all: $(TARGETS)
5
6 _%.so: %_wrap.o
7- gcc -shared $< -lfann -o $@
8+ gcc -shared $< -L../src/.libs/ -lfann -o $@
9
10 %.o: %.c
11 gcc -c -fpic $< -I/usr/include/python2.3/
This page took 0.072996 seconds and 4 git commands to generate.