diff --git a/Makefile b/Makefile index f6e996594..f47712493 100644 --- a/Makefile +++ b/Makefile @@ -180,6 +180,9 @@ unexport PKG_CONFIG_SYSROOT_DIR # steps of some packages. unexport DESTDIR +# Causes breakage with packages that needs host-ruby +unexport RUBYOPT + # bash prints the name of the directory on 'cd ' if CDPATH is # set, so unset it here to not cause problems. Notice that the export # line doesn't affect the environment of $(shell ..) calls, so