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

(-)mISDNuser.orig/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
LIBDIR=/usr/lib
28
LIBDIR=/usr/lib
29
export LIBDIR
29
export LIBDIR
30
30
31
CFLAGS:= -g -Wall -I $(INCLUDEDIR) -I $(MISDNINCLUDEDIR)
31
CFLAGS:= $(RPM_OPT_FLAGS) -I $(INCLUDEDIR) -I $(MISDNINCLUDEDIR)
32
CFLAGS+= -D CLOSE_REPORT=1
32
CFLAGS+= -D CLOSE_REPORT=1
33
33
34
#disable this if your system does not support PIC (position independent code)
34
#disable this if your system does not support PIC (position independent code)

Return to bug 12121