source: freewrt/package/vnc-reflector/patches/01-honor_include_lib_path.patch@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 670 bytes
  • vnc_reflector/Makefile

    old new  
    1414#
    1515# Variables you might want to edit: CFLAGS, CONFFLAGS
    1616
    17 IFLAGS =        -I.
     17IFLAGS =        -I. -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
     18OFLAGS =        -O2
    1819
    1920# Production
    20 CFLAGS =        -O2 $(IFLAGS)
     21CFLAGS =        $(OFLAGS) $(IFLAGS)
    2122# Debug (strict)
    2223#CFLAGS =       -g -pedantic -Wall $(IFLAGS)
    2324# Debug (profiling)
     
    2930CONFFLAGS =     -DUSE_POLL
    3031
    3132# Link with zlib and JPEG libraries
    32 LDFLAGS =       -L/usr/local/lib -lz -ljpeg
     33LDFLAGS =       -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lz -ljpeg
    3334
    3435PROG =  vncreflector
    3536
Note: See TracBrowser for help on using the repository browser.