mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16:32 +01:00
fix(gdbm-1.8.3): use gnu89 standard instead of prototype patch
This commit is contained in:
parent
c0e18b031a
commit
be3900142b
2 changed files with 1 additions and 85 deletions
|
|
@ -6,6 +6,7 @@ src_prepare() {
|
|||
|
||||
src_configure() {
|
||||
PATH="${PREFIX}/bin:/usr/bin:/bin" \
|
||||
CFLAGS="${CFLAGS:-} -std=gnu89" \
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue