]> git.pld-linux.org Git - packages/ming.git/blame - ming-soname.patch
- link with libm
[packages/ming.git] / ming-soname.patch
CommitLineData
81a84306
JB
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 \
a2f0faf8 8+ ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -lm -fpic -Wl,-soname=libming.so.0 \
81a84306
JB
9 -o libming.so
10 cp libming.so ..
11
This page took 0.082321 seconds and 4 git commands to generate.