We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a50d38 commit 3cd4e19Copy full SHA for 3cd4e19
util/install.sh
@@ -134,7 +134,7 @@ OVS_BUILDSUFFIX=-ignore # was -2
134
OVS_PACKAGE_NAME=ovs-$OVS_RELEASE-core-$DIST_LC-$RELEASE-$ARCH$OVS_BUILDSUFFIX.tar
135
OVS_TAG=v$OVS_RELEASE
136
137
-OF13_SWITCH_REV=${OF13_SWITCH_REV:-""}
+OF13_SWITCH_REV=${OF13_SWITCH_REV:-"aaebdbce3dae0f3d9af62f059e3ec5a2813469c4"}
138
139
140
function kernel {
@@ -281,6 +281,7 @@ function of13 {
281
# Resume the install:
282
cd $BUILD_DIR/ofsoftswitch13
283
./boot.sh
284
+ sed -i 's/^AM_CFLAGS = -Wstrict-prototypes -Werror$/AM_CFLAGS = -Wstrict-prototypes -Werror -Wno-error=stringop-truncation -Wno-error=format-truncation=/g' Makefile.am
285
./configure
286
make
287
sudo make install
0 commit comments