Message ID | 20200930084512.31738-4-dannym@scratchpost.org |
---|---|
State | New |
Headers | show |
Series | [bug#43591,core-updates] gnu: glibc-final: Catch all cases of a glibc user not requesting 64-bit offsets and then using readdir. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 41976c5ab0..6f3c717b50 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -782,6 +782,8 @@ the store.") #:tests? #f ; XXX #:phases (modify-phases %standard-phases + ;; glibc itself should support both--so don't choose here. + (delete 'set-FILE-OFFSET-BITS) (add-before 'configure 'pre-configure (lambda* (#:key inputs native-inputs outputs