Skip to content
Snippets Groups Projects
Commit b3128591 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

[qemu] fix RPATH, disable uuid

parent b01eeb7c
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,11 @@ builds:
--disable-vde \
--disable-gnutls \
--disable-smartcard-nss \
--disable-uuid \
--python="(@= options["python2"] @)" \
(@ if build_type == "Debug": @)--enable-debug (@ end @)\
--extra-cflags="(@= cflags @) (@= options["use_old_glibc_cflags"] @)" \
--extra-ldflags='(@= options["modern_linker_flags"] @) -L$ORCHESTRA_ROOT/lib --sysroot / (@= options["use_old_glibc_lflags"] @) -Wl,-rpath,\$$ORIGIN/../lib'
--extra-ldflags="(@= options["modern_linker_flags"] @) -L$ORCHESTRA_ROOT/lib --sysroot / (@= options["use_old_glibc_lflags"] @) -Wl,-rpath,\\\$\$ORIGIN/../lib"
install: |
cd "$BUILD_DIR"
(@= make @) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment