diff options
Diffstat (limited to 'package/attr/patches/100-buildefs.patch')
-rw-r--r-- | package/attr/patches/100-buildefs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/attr/patches/100-buildefs.patch b/package/attr/patches/100-buildefs.patch new file mode 100644 index 000000000..3f9fc8fa5 --- /dev/null +++ b/package/attr/patches/100-buildefs.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -6681,7 +6681,7 @@ + LIBTOOL_DEPS="$ltmain" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(CONFIG_SHELL) $(top_builddir)/libtool' + + + |