libdir
authorAlastair McKinstry <mckinstry@debian.org>
Wed, 31 Oct 2018 17:12:52 +0000 (17:12 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Wed, 31 Oct 2018 17:12:52 +0000 (17:12 +0000)
Gbp-Pq: Name libdir.patch

configure.ac

index 6f4b732ccee5acb4eaee8eb95d9927747fcf32df..fc1b98e868abde3ca87853cdc8fabd03e94aed90 100644 (file)
@@ -1357,11 +1357,13 @@ esac
 # easier to deal with the problem of opal, orte, and ompi built from
 # their own tarballs, with their own PACKAGE variables.
 opaldatadir='${datadir}/openmpi'
-opallibdir='${libdir}/openmpi'
+opallibdir='${libdir}/openmpi3'
 opalincludedir='${includedir}/openmpi'
+pkglibdir='${libdir}/openmpi3'
 AC_SUBST(opaldatadir)
 AC_SUBST(opallibdir)
 AC_SUBST(opalincludedir)
+AC_SUBST(pkglibdir)
 
 OPAL_SET_MCA_PREFIX([OMPI_MCA_])
 OPAL_SET_MCA_CMD_LINE_ID([mca])