Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
build-recipes
Commits
7dd7e3e7
Commit
7dd7e3e7
authored
Aug 23, 2021
by
gsell
Browse files
240-build-mithra: lowercas package name, build with -fPIC
parent
0b6c1741
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
240-build-MITHRA
240-build-MITHRA
+2
-2
No files found.
240-build-MITHRA
View file @
7dd7e3e7
...
...
@@ -4,7 +4,7 @@
#
# https://gmplib.org
#
P
=
MITHRA
P
=
mithra
V
=
${
MITHRA_VERSION
:-
2
.0
}
trap
"otb_exit"
EXIT
...
...
@@ -25,7 +25,7 @@ tar xvf "${SRC_FILE}" || exit ${OTB_ERR_UNTAR}
# compile and install
cd
"
${
OTB_SRC_DIR
}
/
$P
/
$P
-
$V
"
||
exit
${
OTB_ERR_SYSTEM
}
mak
e
-j
${
NJOBS
}
||
exit
${
OTB_ERR_MAKE
}
CFLAGS
=
'-fPIC'
make
-
e
-j
${
NJOBS
}
||
exit
${
OTB_ERR_MAKE
}
make
install
||
exit
${
OTB_ERR_INSTALL
}
mkdir
-p
"
${
OTB_PREFIX
}
/include/mithra"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment