diff options
author | Max Rees <maxcrees@me.com> | 2019-04-18 00:59:53 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-04-18 05:02:53 -0400 |
commit | 93a7c7d3b91491b3b91d3d0a4750167644aaeeb1 (patch) | |
tree | 6de6f99aa59db86ec7d7ead94bc0e0619975205e /user/talloc/waf-location.patch | |
parent | a80feef24bc8bb7a16975a459b04d0d431f0658c (diff) | |
download | packages-93a7c7d3b91491b3b91d3d0a4750167644aaeeb1.tar.gz packages-93a7c7d3b91491b3b91d3d0a4750167644aaeeb1.tar.bz2 packages-93a7c7d3b91491b3b91d3d0a4750167644aaeeb1.tar.xz packages-93a7c7d3b91491b3b91d3d0a4750167644aaeeb1.zip |
user/talloc: bump to 2.2.0
Diffstat (limited to 'user/talloc/waf-location.patch')
-rw-r--r-- | user/talloc/waf-location.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/user/talloc/waf-location.patch b/user/talloc/waf-location.patch deleted file mode 100644 index a5ca47f44..000000000 --- a/user/talloc/waf-location.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- talloc-2.1.15/Makefile 2019-01-14 17:24:45.000000000 -0500 -+++ talloc-2.1.15/Makefile 2019-01-27 22:57:15.919981283 -0500 -@@ -1,6 +1,6 @@ - # simple makefile wrapper to run waf - --WAF_BINARY=$(PYTHON) ../../buildtools/bin/waf -+WAF_BINARY=$(PYTHON) buildtools/bin/waf - WAF=PYTHONHASHSEED=1 WAF_MAKE=1 $(WAF_BINARY) - - all: |