View | Details | Raw Unified | Return to bug 12122
Collapse All | Expand All

(-)zaptel-1.4.orig/Makefile (-1 / +1 lines)
Lines 136-142 Link Here
136
  ALL_MODULES+=$(patsubst %,xpp/%.ko,xpp_usb xpd_fxo xpd_fxs xpp)
136
  ALL_MODULES+=$(patsubst %,xpp/%.ko,xpp_usb xpd_fxo xpd_fxs xpp)
137
endif
137
endif
138
138
139
CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
139
CFLAGS+=-I. $(RPM_OPT_FLAGS) -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
140
ifneq (,$(findstring ppc,$(UNAME_M)))
140
ifneq (,$(findstring ppc,$(UNAME_M)))
141
CFLAGS_PPC:=-fsigned-char
141
CFLAGS_PPC:=-fsigned-char
142
endif
142
endif

Return to bug 12122