Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 0f2de88

Browse files
author
rhc54
committed
Merge pull request #950 from jsquyres/pr/v1.10/pkg-config-for-opal-fix
v1.10: opal.pc.in: fix typo; use the write AC_SUBST'ed variable
2 parents 7f74929 + c5478c4 commit 0f2de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/tools/wrappers/opal.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libdir=@libdir@
1414
# (they're pulled in via libopen-pal.so's implicit dependencies), so
1515
# list them in Libs.private.
1616
#
17-
Libs: -L${libdir} @OPAL_WRAPPER_EXTRA_LDFLAGS@ -lopen-pal
17+
Libs: -L${libdir} @OPAL_PKG_CONFIG_LDFLAGS@ -lopen-pal
1818
Libs.private: @OPAL_WRAPPER_EXTRA_LIBS@
1919
#
2020
# It is safe to hard-wire the -I before the EXTRA_INCLUDES because we

0 commit comments

Comments
 (0)