You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
354 B

diff --git a/BLAS/blas.pc.in b/BLAS/blas.pc.in
index 367c87b..44b86db 100644
--- a/BLAS/blas.pc.in
+++ b/BLAS/blas.pc.in
@@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: Basic Linear Algebra Subprograms F77 reference implementations
Version: @PACKAGE_VERSION@
URL: http://www.netlib.org/blas
-Libs: -lblas
+Libs: -L@libdir@ -lblas
Libs.private: -lm