]> git.pld-linux.org Git - packages/ming.git/blob - ming-soname.patch
- link with libm
[packages/ming.git] / ming-soname.patch
1 --- ming-0.2a/src/Makefile.orig Fri Aug 17 19:06:01 2001
2 +++ ming-0.2a/src/Makefile      Wed Oct 24 23:34:48 2001
3 @@ -21,7 +21,7 @@
4  dynamic: ${OFILES}
5         cd blocks && make
6         cd actioncompiler && make
7 -       ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -fpic \
8 +       ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -lm -fpic -Wl,-soname=libming.so.0 \
9           -o libming.so
10         cp libming.so ..
11  
This page took 0.107862 seconds and 4 git commands to generate.