Changeset 420f354 in freewrt
- Timestamp:
- Jan 20, 2007, 8:32:17 PM (19 years ago)
- Children:
- c314670
- Parents:
- 0c2789b
- Files:
-
- 4 edited
-
mk/pkg-depend.mk (modified) (1 diff)
-
package/Config.in (modified) (1 diff)
-
package/Makefile (modified) (1 diff)
-
package/peerguardian/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/pkg-depend.mk
r0c2789b r420f354 82 82 palantir-compile: jpeg-compile 83 83 peercast-compile: uclibc++-compile 84 peerguardian-compile: libpthread-compile85 84 portmap-compile: tcp_wrappers-compile 86 85 postgresql-compile: zlib-compile -
package/Config.in
r0c2789b r420f354 161 161 source "package/p910nd/Config.in" 162 162 source "package/parprouted/Config.in" 163 source "package/peerguardian/Config.in"164 163 source "package/pipacs/Config.in" 165 164 source "package/pmacct/Config.in" -
package/Makefile
r0c2789b r420f354 206 206 package-$(FWRT_COMPILE_PCRE) += pcre 207 207 package-$(FWRT_PACKAGE_PEERCAST) += peercast 208 package-$(FWRT_PACKAGE_PEERGUARDIAN) += peerguardian209 208 package-$(FWRT_COMPILE_PHP4) += php4 210 209 package-$(FWRT_COMPILE_PHP5) += php5 -
package/peerguardian/Makefile
r0c2789b r420f354 20 20 $(eval $(call PKG_template,PEERGUARDIAN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 21 21 22 TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++ 23 TLDFLAGS+= -luClibc++ -lc -lm -lgcc_s -nodefaultlibs 22 24 CONFIGURE_STYLE:= gnu 23 25 BUILD_STYLE:= auto 24 26 MAKE_FLAGS+= STAGING_DIR=${STAGING_DIR} 25 ALL_TARGET:=26 27 27 28 do-install:
Note:
See TracChangeset
for help on using the changeset viewer.
