ossp-pkg/pth/config.param 1.18 -> 1.19
--- 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
}
|
|