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

Commit ef041df

Browse files
committed
Merge pull request #951 from jsquyres/pr/v2.0.0/pkg-config-for-opal-fix
v2.0.0: opal.pc.in: fix typo; use the write AC_SUBST'ed variable
2 parents efeac60 + 5e1f5f0 commit ef041df

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)