Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181685 | Differences between
and this patch

Collapse All | Expand All

(-)a/mkinitrd-4.2.1.10/grubby/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
ARCH := $(patsubst sparc%,sparc,$(ARCH))
4
ARCH := $(patsubst sparc%,sparc,$(ARCH))
5
ARCH := $(patsubst ppc%,ppc,$(ARCH))
5
ARCH := $(patsubst ppc%,ppc,$(ARCH))
6
6
7
CFLAGS = -Wall -Werror -g $(RPM_OPT_FLAGS) -DVERSION=\"$(VERSION)\"
7
CFLAGS = -Wall -g $(RPM_OPT_FLAGS) -DVERSION=\"$(VERSION)\"
8
LDFLAGS = -g
8
LDFLAGS = -g
9
9
10
LOADLIBES = -lpopt
10
LOADLIBES = -lpopt

Return to bug 181685