We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83deb25 commit c379540Copy full SHA for c379540
util/install.sh
@@ -143,7 +143,7 @@ OVS_BUILDSUFFIX=-ignore # was -2
143
OVS_PACKAGE_NAME=ovs-$OVS_RELEASE-core-$DIST_LC-$RELEASE-$ARCH$OVS_BUILDSUFFIX.tar
144
OVS_TAG=v$OVS_RELEASE
145
146
-OF13_SWITCH_REV=${OF13_SWITCH_REV:-""}
+OF13_SWITCH_REV=${OF13_SWITCH_REV:-"aaebdbce3dae0f3d9af62f059e3ec5a2813469c4"}
147
148
149
function kernel {
@@ -290,6 +290,7 @@ function of13 {
290
# Resume the install:
291
cd $BUILD_DIR/ofsoftswitch13
292
./boot.sh
293
+ sed -i 's/^AM_CFLAGS = -Wstrict-prototypes -Werror$/AM_CFLAGS = -Wstrict-prototypes -Werror -Wno-error=stringop-truncation -Wno-error=format-truncation=/g' Makefile.am
294
./configure
295
make
296
sudo make install
0 commit comments