You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tar xzvf klish-$(KLISH_VERSION).tgz -C $(SONIC_CLI_ROOT)
20
12
cd${KLISH_SRC}&& QUILT_PATCHES=${CURDIR}/patches quilt push -a
21
13
22
-
cd ${KLISH_SRC} && sh autogen.sh && ./configure --with-libxml2=/usr $(CROSS_CONFIGURE_OPTS) --enable-debug=no && make
14
+
ifeq ($(CROSS_BUILD_ENVIRON),y)
15
+
export PATH=/python_virtualenv/env3/bin/:${PATH}
16
+
endif
17
+
cd ${KLISH_SRC} && sh autogen.sh && ./configure --with-libxml2 --host=$(DEB_HOST_GNU_TYPE) --enable-debug=no CJSON_CFLAGS=-I/usr/include/cjson CJSON_LIBS=-lcjson && make
0 commit comments