Initial push
[termux-packages] / packages / gsl / Makefile.in.patch
1 Normally GSL wants an application to decide at link time which cblas implementation
2 should be used. This causes problems on Android without any benefit as no system
3 cblas implementation exist, so we link libgsql to libgslcblas.
4
5 See
6 https://www.gnu.org/software/gsl/manual/html_node/Linking-programs-with-the-library.html
7
8 diff -u -r ../gsl-1.16/Makefile.in ./Makefile.in
9 --- ../gsl-1.16/Makefile.in 2013-07-19 11:14:52.000000000 -0400
10 +++ ./Makefile.in 2015-01-02 02:20:40.304345796 -0500
11 @@ -84,8 +84,8 @@
12 POST_UNINSTALL = :
13 build_triplet = @build@
14 host_triplet = @host@
15 -@MINGW32_HOST_TRUE@am__append_1 = cblas/libgslcblas.la
16 -@MINGW32_HOST_TRUE@am__append_2 = -no-undefined
17 +am__append_1 = cblas/libgslcblas.la
18 +am__append_2 = -no-undefined
19 bin_PROGRAMS = gsl-randist$(EXEEXT) gsl-histogram$(EXEEXT)
20 subdir = .
21 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \