Skip to content

Commit

Permalink
[staging-next] icu: fix icu-config /bin/sh configure impurity (#371927
Browse files Browse the repository at this point in the history
)
  • Loading branch information
emilazy authored Jan 7, 2025
2 parents e0b6c77 + 20998ab commit 3c1002f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let
];

preConfigure = ''
sed -i -e "s|/bin/sh|${stdenv.shell}|" configure
patchShebangs --build .
# $(includedir) is different from $(prefix)/include due to multiple outputs
sed -i -e 's|^\(CPPFLAGS = .*\) -I\$(prefix)/include|\1 -I$(includedir)|' config/Makefile.inc.in
Expand Down

0 comments on commit 3c1002f

Please sign in to comment.