Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm: include ubpf_jit.o in dynamic library #104

Merged
merged 1 commit into from Jun 18, 2022
Merged

vm: include ubpf_jit.o in dynamic library #104

merged 1 commit into from Jun 18, 2022

Conversation

yoursunny
Copy link

When #97 and #48 were merged at the same time, certain symbols are included in libubpf.a but not in libubpf.so.
That causes linker errors such as:

libndn-dpdk-c.a.p/csrc_strategycode_load.c.o: In function `StrategyCode_LoadUbpf':
build/../csrc/strategycode/load.c:40: undefined reference to `ubpf_compile'

This PR makes both static library and dynamic library include the same object files.

@Alan-Jowett Alan-Jowett merged commit 9bf152d into iovisor:master Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants