]> git.pld-linux.org Git - packages/ming.git/commitdiff
- link with libm auto/th/ming-0_2a-11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 10 Aug 2006 07:05:39 +0000 (07:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ming-soname.patch -> 1.2

ming-soname.patch

index 60712f6de0a47287acbf935b0e204d4dbb7abf99..2d0c53998f04f15af473163770d89969426969e8 100644 (file)
@@ -5,7 +5,7 @@
        cd blocks && make
        cd actioncompiler && make
 -      ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -fpic \
-+      ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -fpic -Wl,-soname=libming.so.0 \
++      ${CC} ${OFILES} ${COMPILEROFILES} blocks/*.o -shared -lm -fpic -Wl,-soname=libming.so.0 \
          -o libming.so
        cp libming.so ..
  
This page took 0.431913 seconds and 4 git commands to generate.