tools/upx: Update to 3.91 and use new tarball url
[openwrt/staging/luka.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])