diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 12:22:04 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-11 12:27:09 -0600 |
commit | 99ec4e0c28826cab7f3f8d31031ee95c8e9b561a (patch) | |
tree | 4b9942151ebc048f237f29fb4934eca2c8006d4c /main/busybox | |
parent | a9fbced61d6e63dfa035a8b43754c40ec18a5dfe (diff) | |
download | aports-99ec4e0c28826cab7f3f8d31031ee95c8e9b561a.tar.bz2 aports-99ec4e0c28826cab7f3f8d31031ee95c8e9b561a.tar.xz |
main/busybox: add patch (fixes #508)
Diffstat (limited to 'main/busybox')
-rw-r--r-- | main/busybox/APKBUILD | 2 | ||||
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 109e639d2..be104dcf1 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -81,4 +81,4 @@ b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch f2277e7a31d04295bd9d56a98ff1535b busybox-1.18.3-klogd.patch abe065069fed8458eedbdad48c115e1f busybox-1.18.3-wget.patch d21d70d590e9e04bfc65ecb23b9d1617 loginutils-sha512.patch -181310149cad8fce22aba96220cbbd38 busyboxconfig" +7297e212d5e2a5517f770b4ad1f4654d busyboxconfig" diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index e03b8715c..a04aa53b4 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -345,7 +345,7 @@ CONFIG_WHICH=y # # Editors # -# CONFIG_PATCH is not set +CONFIG_PATCH=y CONFIG_AWK=y CONFIG_FEATURE_AWK_LIBM=y CONFIG_CMP=y |