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 f26f737 commit e74b9a1Copy full SHA for e74b9a1
libvyosconfig/Makefile
@@ -42,8 +42,8 @@ all: sharedlib
42
PHONY: depends
43
depends:
44
sudo sh -c 'eval $$(opam env --root=/opt/opam --set-root) ;\
45
- opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#6e2a6efc5de6c2e395df377fcd273231ad8ed683 -y ; \
46
- opam pin add vyconf https://github.com/vyos/vyconf.git#591dd5ee3dc353655a3c9b17eababaf0864c5514 -y'
+ opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#5f1d834561ce9463ce1900fef7a2614418a412bc -y ; \
+ opam pin add vyconf https://github.com/vyos/vyconf.git#b5a3d62714bc47f5187a10c8ad0773c9e655e9e4 -y'
47
48
sharedlib: depends $(BUILDDIR)/libvyosconfig$(EXTDLL)
49
0 commit comments