source:
freewrt/package/vnc-reflector/patches/01-honor_include_lib_path.patch@
6fc4520e
| Last change on this file since 6fc4520e was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 670 bytes | |
-
vnc_reflector/Makefile
old new 14 14 # 15 15 # Variables you might want to edit: CFLAGS, CONFFLAGS 16 16 17 IFLAGS = -I. 17 IFLAGS = -I. -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include 18 OFLAGS = -O2 18 19 19 20 # Production 20 CFLAGS = -O2$(IFLAGS)21 CFLAGS = $(OFLAGS) $(IFLAGS) 21 22 # Debug (strict) 22 23 #CFLAGS = -g -pedantic -Wall $(IFLAGS) 23 24 # Debug (profiling) … … 29 30 CONFFLAGS = -DUSE_POLL 30 31 31 32 # Link with zlib and JPEG libraries 32 LDFLAGS = -L /usr/local/lib -lz -ljpeg33 LDFLAGS = -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lz -ljpeg 33 34 34 35 PROG = vncreflector 35 36
Note:
See TracBrowser
for help on using the repository browser.
