]> git.pld-linux.org Git - packages/gsl.git/blob - gsl-link.patch
905ae465be7857ae8305f88acf42845664e120e0
[packages/gsl.git] / gsl-link.patch
1 --- gsl-1.4/Makefile.am.orig    2003-07-29 21:50:29.000000000 +0200
2 +++ gsl-1.4/Makefile.am 2003-12-28 18:34:51.874256552 +0100
3 @@ -17,7 +17,7 @@
4  
5  lib_LTLIBRARIES = libgsl.la
6  libgsl_la_SOURCES = version.c
7 -libgsl_la_LIBADD = $(SUBLIBS)
8 +libgsl_la_LIBADD = $(SUBLIBS) cblas/libgslcblas.la
9  libgsl_la_LDFLAGS = -version-info $(GSL_LT_VERSION)
10  noinst_HEADERS = templates_on.h templates_off.h
11  
This page took 0.025956 seconds and 2 git commands to generate.