tools/patchelf: fix portability issue breaking mac os x builds (#18998)
[openwrt/svn-archive/archive.git] / tools / patchelf / patches / 100-portability.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -1,4 +1,4 @@
4 -AC_INIT([patchelf], m4_esyscmd([echo -n $(cat ./version)]))
5 +AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
6 AC_CONFIG_SRCDIR([src/patchelf.cc])
7 AC_CONFIG_AUX_DIR([build-aux])
8 AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])