Changeset 3734

Show
Ignore:
Timestamp:
04/13/08 18:02:21 (8 months ago)
Author:
tg
Message:

this might fix the problem building rrdtool when rrdcgi
is not selected and cgilib isn’t manually selected either

I didn't choose to use a FWRT_COMPILE_CGILIB in package/cgilib/Config.in
because I still don’t figure out how to reset them to ‘n’.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Makefile

    r3660 r3734  
    99include $(TOPDIR)/rules.mk 
    1010include $(TOPDIR)/package/Depends.mk 
     11 
     12ifneq (${FWRT_PACKAGE_CGILIB},) 
     13FWRT_COMPILE_CGILIB=${FWRT_PACKAGE_CGILIB} 
     14else 
     15ifneq (${FWRT_COMPILE_RRDTOOL},) 
     16FWRT_COMPILE_CGILIB=m 
     17else 
     18FWRT_COMPILE_CGILIB= 
     19endif 
     20endif 
    1121 
    1222package-$(FWRT_PACKAGE_6TUNNEL) += 6tunnel 
     
    3949package-$(FWRT_PACKAGE_BWM) += bwm 
    4050package-$(FWRT_PACKAGE_CBTT) += cbtt 
    41 package-$(FWRT_PACKAGE_CGILIB) += cgilib 
     51package-$(FWRT_COMPILE_CGILIB) += cgilib 
    4252package-$(FWRT_PACKAGE_CHILLISPOT) += chillispot 
    4353package-$(FWRT_PACKAGE_CIFSMOUNT) += cifsmount