Changeset 420f354 in freewrt


Ignore:
Timestamp:
Jan 20, 2007, 8:32:17 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
c314670
Parents:
0c2789b
Message:

remove package, peerguardian seems not maintained upstream, it uses libstdc++ gnu extensions, pg2 is windows only, enough reasons to drop, okay @no-1

git-svn-id: svn://www.freewrt.org/branches/common-adk@1682 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-depend.mk

    r0c2789b r420f354  
    8282palantir-compile: jpeg-compile
    8383peercast-compile: uclibc++-compile
    84 peerguardian-compile: libpthread-compile
    8584portmap-compile: tcp_wrappers-compile
    8685postgresql-compile: zlib-compile
  • package/Config.in

    r0c2789b r420f354  
    161161source "package/p910nd/Config.in"
    162162source "package/parprouted/Config.in"
    163 source "package/peerguardian/Config.in"
    164163source "package/pipacs/Config.in"
    165164source "package/pmacct/Config.in"
  • package/Makefile

    r0c2789b r420f354  
    206206package-$(FWRT_COMPILE_PCRE) += pcre
    207207package-$(FWRT_PACKAGE_PEERCAST) += peercast
    208 package-$(FWRT_PACKAGE_PEERGUARDIAN) += peerguardian
    209208package-$(FWRT_COMPILE_PHP4) += php4
    210209package-$(FWRT_COMPILE_PHP5) += php5
  • package/peerguardian/Makefile

    r0c2789b r420f354  
    2020$(eval $(call PKG_template,PEERGUARDIAN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
    2121
     22TCXXFLAGS+=             -fno-builtin -fno-rtti -nostdinc++
     23TLDFLAGS+=              -luClibc++ -lc -lm -lgcc_s -nodefaultlibs
    2224CONFIGURE_STYLE:=       gnu
    2325BUILD_STYLE:=           auto
    2426MAKE_FLAGS+=            STAGING_DIR=${STAGING_DIR}
    25 ALL_TARGET:=
    2627
    2728do-install:
Note: See TracChangeset for help on using the changeset viewer.