]> git.pld-linux.org Git - packages/fann.git/blob - fann-python.patch
b4c7785610ef2b70fb071273389367fe750dfa08
[packages/fann.git] / fann-python.patch
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.06235 seconds and 3 git commands to generate.