Changeset 3734
- Timestamp:
- 04/13/08 18:02:21 (8 months ago)
- Files:
-
- trunk/freewrt/package/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Makefile
r3660 r3734 9 9 include $(TOPDIR)/rules.mk 10 10 include $(TOPDIR)/package/Depends.mk 11 12 ifneq (${FWRT_PACKAGE_CGILIB},) 13 FWRT_COMPILE_CGILIB=${FWRT_PACKAGE_CGILIB} 14 else 15 ifneq (${FWRT_COMPILE_RRDTOOL},) 16 FWRT_COMPILE_CGILIB=m 17 else 18 FWRT_COMPILE_CGILIB= 19 endif 20 endif 11 21 12 22 package-$(FWRT_PACKAGE_6TUNNEL) += 6tunnel … … 39 49 package-$(FWRT_PACKAGE_BWM) += bwm 40 50 package-$(FWRT_PACKAGE_CBTT) += cbtt 41 package-$(FWRT_ PACKAGE_CGILIB) += cgilib51 package-$(FWRT_COMPILE_CGILIB) += cgilib 42 52 package-$(FWRT_PACKAGE_CHILLISPOT) += chillispot 43 53 package-$(FWRT_PACKAGE_CIFSMOUNT) += cifsmount


