Skip to content

Commit

Permalink
--linktype is mandatory for newer net-snmp version
Browse files Browse the repository at this point in the history
Previously, it was optional, so it doesn't hurt to explicitly pass it,
anyway.
  • Loading branch information
cmb69 committed Sep 14, 2024
1 parent 0bb5e36 commit 482a08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net-snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
arch: ${{matrix.arch}}
toolset: ${{steps.virtuals.outputs.toolset}}
- name: Configure net-snmp
run: cd net-snmp\win32 && perl Configure --with-sdk --with-ssl --config=release --with-ipv6 --prefix=c:/usr
run: cd net-snmp\win32 && perl Configure --with-sdk --with-ssl --config=release --linktype=static --with-ipv6 --prefix=c:/usr
- name: Build libsnmp
run: cd net-snmp\win32 && set INCLUDE=${{github.workspace}}\deps\include;%INCLUDE% && nmake libsnmp
- name: Build libagent
Expand Down

0 comments on commit 482a08c

Please sign in to comment.