Changeset b18839a in freewrt
- Timestamp:
- Jun 8, 2007, 1:07:29 PM (19 years ago)
- Children:
- 66ad2e2
- Parents:
- cea3d26
- Files:
-
- 3 edited
-
package/privoxy/Makefile (modified) (1 diff)
-
scripts/scan-pkgs.sh (modified) (2 diffs)
-
scripts/scan-tools.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/privoxy/Makefile
rcea3d26 rb18839a 19 19 $(eval $(call PKG_template,PRIVOXY,privoxy,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 20 20 21 # XXX autoconf stuff should be done in a better way 22 # this works on openbsd-current and mirports-current, 23 # as well as these which don't use metaauto 24 21 TLDFLAGS+= -pthread 25 22 CONFIGURE_STYLE:= gnu 26 23 CONFIGURE_ENV+= ac_cv_func_setpgrp_void=no 27 24 BUILD_STYLE:= auto 28 MAKE_FLAGS+= SPECIAL_CFLAGS= "-pthread ${TLDFLAGS}"25 MAKE_FLAGS+= SPECIAL_CFLAGS='${TLDFLAGS}' 29 26 MAKE_FILE:= GNUmakefile 30 27 INSTALL_STYLE:= auto 31 32 pre-configure:33 (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \34 if which autoconf-2.59 >&- 2>&-; then \35 export AUTOCONF_VERSION=2.59; \36 elif which autoconf-2.60 >&- 2>&-; then \37 export AUTOCONF_VERSION=2.60; \38 fi; \39 autoheader && \40 autoconf ; \41 )42 28 43 29 post-install: -
scripts/scan-pkgs.sh
rcea3d26 rb18839a 69 69 fi 70 70 71 if [[ -n $FWRT_PACKAGE_PRIVOXY ]]; then72 NEED_AUTOCONF_2_59="$NEED_AUTOCONF_2_59 privoxy"73 fi74 75 71 if [[ -n $FWRT_PACKAGE_RUBY ]]; then 76 72 NEED_RUBY="$NEED_RUBY ruby" … … 114 110 fi 115 111 116 if [[ -n $NEED_AUTOCONF_2_59 ]]; then117 if ! AUTOCONF_VERSION=2.59 autoconf --help 2>&1 | \118 fgrep gnu.org >/dev/null 2>&1; then119 echo >&2 You need autoconf 2.59 to build $NEED_AUTOCONF_2_59120 out=1121 fi122 fi123 124 112 if [[ -n $FWRT_USE_CCACHE ]]; then 125 113 if ! which ccache >/dev/null 2>&1; then -
scripts/scan-tools.sh
rcea3d26 rb18839a 403 403 exit 1 404 404 EOF 405 cp lbin/autoconf lbin/autoheader 405 406 cat >lbin/automake <<-EOF 406 407 #!$BASH … … 409 410 EOF 410 411 chmod a+x lbin/autoconf lbin/automake 412 cp lbin/autoconf lbin/autoheader 413 cp lbin/automake lbin/aclocal 411 414 412 415 exit $out
Note:
See TracChangeset
for help on using the changeset viewer.
