Index: ossp-pkg/pth/config.param RCS File: /v/ossp/cvs/ossp-pkg/pth/config.param,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/pth/config.param,v' 2>/dev/null --- config.param 2002/10/15 20:34:22 1.18 +++ config.param 2002/11/03 11:06:56 1.19 @@ -40,8 +40,8 @@ # build for debugging # (developer machine only) install { - CC=pgcc IF test -f /sw/bin/pgcc - --prefix=/sw/pkg/pth + CC=/usr/opkg/bin/gcc IF test -f /usr/opkg/bin/gcc + --prefix=/usr/opkg/local/PKG/pth IF test -d /usr/opkg/local/PKG/pth/ --enable-batch --enable-pthread --enable-optimize @@ -55,12 +55,13 @@ # [Hint: dmalloc -l dmalloc.log -i 1 debug3] devel { CC=/usr/opkg/bin/gcc IF test -f /usr/opkg/bin/gcc - --prefix=/sw/pkg/pth IF test -d /sw/pkg/pth/ + --prefix=/usr/opkg/local/PKG/pth IF test -d /usr/opkg/local/PKG/pth/ --enable-batch --enable-debug --enable-pthread --enable-maintainer --enable-syscall-soft - --with-dmalloc=/sw/pkg/dmalloc IF test -d /sw/pkg/dmalloc/ + --enable-syscall-hard + --with-dmalloc=/usr/opkg IF test -f /usr/opkg/bin/dmalloc } Index: ossp-pkg/pth/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/pth/devtool.conf,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/pth/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/11/02 13:09:59 1.9 +++ devtool.conf 2002/11/03 11:06:56 1.10 @@ -24,6 +24,14 @@ --with-param=$param \ "$@" +%install + ./devtool autoclean + ./devtool autogen + ./devtool configure install + make clean + make all + make install + %version ./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c