]> git.pld-linux.org Git - packages/UMFPACK.git/commitdiff
- use *.lo to link the library
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 23:45:00 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    UMFPACK-shared.patch -> 1.6

UMFPACK-shared.patch

index 3041ae94452c5a3a5f45cacc89bfdb0f210c5832..200f5163542dd27b04e8b7ac28d348f0289f7507 100644 (file)
@@ -303,7 +303,7 @@ diff -ur UMFPACK/Lib/GNUmakefile UMFPACK.shared/Lib/GNUmakefile
 -      $(AR) ../Lib/libumfpack.a $^
 -      - $(RANLIB) ../Lib/libumfpack.a
 +../Lib/libumfpack.la: $(II) $(LL) $(GN) $(DI) $(DL) $(ZI) $(ZL)
-+      libtool --tag=CC --mode=link $(CC) $(LDFLAGS) -o libumfpack.la -rpath $(libdir) $^ -lm -lamd -lblas
++      libtool --tag=CC --mode=link $(CC) $(LDFLAGS) -o libumfpack.la -rpath $(libdir) $(^:.o=.lo) -lm -lamd -lblas
 +
 +install: libumfpack.la
 +      install -d $(DESTDIR)$(libdir)
This page took 0.065426 seconds and 4 git commands to generate.