]> git.pld-linux.org Git - packages/octave.git/blob - octave-as_needed.patch
- rel 4
[packages/octave.git] / octave-as_needed.patch
1 --- octave-2.1.73/libcruft/Makefile.in.orig     2006-10-24 02:08:09.000000000 +0000
2 +++ octave-2.1.73/libcruft/Makefile.in  2006-10-24 02:08:27.000000000 +0000
3 @@ -107,7 +107,7 @@
4  
5  libcruft.$(SHLEXT): $(CRUFT_PICOBJ)
6         rm -f $@
7 -       $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(LINK_DEPS)
8 +       $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(LINK_DEPS) -llapack
9  
10  $(CRUFT_OBJ):
11  
This page took 0.024507 seconds and 3 git commands to generate.