diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-10-14 18:00:06 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-10-14 18:00:06 +0200 |
commit | 3eb27645ac81f39593ecf6120b8bf03a8bfcc474 (patch) | |
tree | 4a281b397dc39b9f42ebe261995ebffee0282853 /package/attr/patches | |
parent | aa91ac35e69c02ed95a1dafd82c3f2365425d1d6 (diff) | |
download | openwrt-3eb27645ac81f39593ecf6120b8bf03a8bfcc474.tar.gz openwrt-3eb27645ac81f39593ecf6120b8bf03a8bfcc474.zip |
add lxc and attr packages
Diffstat (limited to 'package/attr/patches')
-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' + + + |