File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ install_compiled_pkg()
92
92
#
93
93
# These packages have an old ./configure that take the GAP_ROOT as a positional
94
94
# argument
95
- for pkg in cohomolo crypting grape guava orb datastructures
95
+ for pkg in cohomolo crypting grape orb datastructures
96
96
do
97
97
echo "Building GAP package $pkg"
98
98
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
104
104
cd "$PKG_SRC_DIR"
105
105
done
106
106
107
+ echo "Building GAP package guava"
108
+ export CFLAGS="-std=gnu17 $CFLAGS -Wno-implicit-function-declaration"
109
+ cd "$PKG_SRC_DIR/guava"
110
+ ./configure "$GAP_ROOT"
111
+ sdh_make
112
+ install_compiled_pkg "guava"
113
+ cd "$PKG_SRC_DIR"
114
+
107
115
# These packages have a new-style autoconf ./configure
108
116
# that takes --with-gaproot
109
117
You can’t perform that action at this time.
0 commit comments