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

Update URTS_LD_LIBRARY_PATH in app bench #66

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

randoruf
Copy link
Contributor

@randoruf randoruf commented Aug 6, 2023

the repo layout has been restructured by commit 02b7724

the repo layout has been restructured by commit 02b7724
@jovanbulck
Copy link
Owner

Thank you for fixing this!

I'll merge this now, but ideally this should be fixed in all relevant places:

$ git grep "URTS_LD_LIBRARY_PATH ="
app/aep-redirect/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/bench/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/cpl/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/foreshadow/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/idt/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/idt_isr_map/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/lvi/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux
app/memcmp/Makefile:    URTS_LD_LIBRARY_PATH = LD_LIBRARY_PATH=$(LIBSGXSTEP_DIR)/linux-sgx/psw/urts/linux

Even better would be to refactor the build system to not have this duplicated in all Makefiles: I opened #67 for that

@jovanbulck jovanbulck merged commit 4d9d807 into jovanbulck:master Aug 18, 2023
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.

2 participants