Changeset 224

Show
Ignore:
Timestamp:
07/16/06 19:51:03 (6 years ago)
Author:
tg
Message:

linux has a long off_t, so use the pax ability to use that

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/paxmirabilis/Makefile

    r219 r224  
    77                -std=gnu99 \ 
    88                -include ${TOPDIR}/scripts/param.h 
     9 
     10ifeq ($(OStype),Linux) 
     11OUR_FLAGS+=     -DLONG_OFF_T 
     12endif 
    913 
    1014SRCS=           strlfun.c \