Skip to content

Commit

Permalink
compose: Set SHADOW_USE_USRLIB
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jul 9, 2014
1 parent fdb4724 commit aa5ae87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rpmostree-compose-builtin-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ yum_context_new (RpmOstreeTreeComposeContext *self,
duped_environ = g_environ_setenv (duped_environ, "OSTREE_KERNEL_INSTALL_NOOP", "1", TRUE);
/* See fedora's kernel.spec */
duped_environ = g_environ_setenv (duped_environ, "HARDLINK", "no", TRUE);
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1098304 */
duped_environ = g_environ_setenv (duped_environ, "SHADOW_USE_USRLIB", "1", TRUE);

gs_subprocess_context_set_environment (context, duped_environ);
}
Expand Down

1 comment on commit aa5ae87

@james-antill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this mean rpmostree now depends on the patched glibc? If not, ACK.

Please sign in to comment.