diff options
author | Eric Bavier <bavier@member.fsf.org> | 2018-10-03 10:23:51 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-10-03 10:45:02 -0500 |
commit | 43eb42ef017aa4752503fb2913781bb446716c1e (patch) | |
tree | 054fd18c734da873c286f8aaa7a891e79950b614 /gnu/local.mk | |
parent | 227ce488d7b899636e8e8635cbd2d08fb21c56a2 (diff) | |
download | patches-43eb42ef017aa4752503fb2913781bb446716c1e.tar patches-43eb42ef017aa4752503fb2913781bb446716c1e.tar.gz |
quilt: Remove test workarounds.
* gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch,
gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/patchutils.scm (quilt)[source]: Use them.
[arguments]: Remove workarounds in 'patch-tests' phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b2fda4ac69..61e5913a01 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1102,6 +1102,8 @@ dist_patch_DATA = \ %D%/packages/patches/quagga-reproducible-build.patch \ %D%/packages/patches/quickswitch-fix-dmenu-check.patch \ %D%/packages/patches/quilt-test-fix-regex.patch \ + %D%/packages/patches/quilt-compat-getopt-fix-second-separator.patch \ + %D%/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch \ %D%/packages/patches/qtwebkit-pbutils-include.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/raptor2-heap-overflow.patch \ |