Skip to content

Commit 35c1b5f

Browse files
author
Matthias Koeppe
committed
build/pkgs/gsl/spkg-install.in: Also pass CPPFLAGS, CFLAGS to configure
1 parent e7e2f3f commit 35c1b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/pkgs/gsl/spkg-install.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
cd src
22

3-
sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm" LDFLAGS="$LDFLAGS `pkg-config --libs-only-L cblas`"
3+
sdh_configure LIBS="`pkg-config --libs-only-l cblas` -lm" \
4+
LDFLAGS="$LDFLAGS `pkg-config --libs-only-L cblas`" \
5+
CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I cblas`" \
6+
CFLAGS="$CFLAGS `pkg-config --cflags-only-other cblas`"
47
sdh_make
58
sdh_make_install

0 commit comments

Comments
 (0)