Sun, 29 May 2011 17:12:08 +0200
Correct buildconf in embedded miniperl and correct bootstrap script line wrap error.
openpkg/buildquick.sh | file | annotate | diff | comparison | revisions | |
openpkg/openpkg.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/openpkg/buildquick.sh Sun May 29 16:29:06 2011 +0200 1.2 +++ b/openpkg/buildquick.sh Sun May 29 17:12:08 2011 +0200 1.3 @@ -4,13 +4,13 @@ 1.4 # Build a new bootstrap package, 1.5 # producing openpkg-<date>-<date>.src.sh 1.6 # 1.7 -TOPDIR=opkg 1.8 -TOPUSE=opkg 1.9 -BASEID=200 1.10 +TOPDIR=openpkg 1.11 +TOPUSE=openpkg 1.12 +BASEID=900 1.13 time ./openpkg.boot -bs --prefix=/$TOPDIR \ 1.14 --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \ 1.15 --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \ 1.16 - --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 1.17 + --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 \ 1.18 --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \ 1.19 --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \ 1.20 --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \
2.1 --- a/openpkg/openpkg.spec Sun May 29 16:29:06 2011 +0200 2.2 +++ b/openpkg/openpkg.spec Sun May 29 17:12:08 2011 +0200 2.3 @@ -39,7 +39,7 @@ 2.4 # o any cc(1) 2.5 2.6 # the package version/release 2.7 -%define V_openpkg 20110322 2.8 +%define V_openpkg 20110424 2.9 2.10 # the used software versions 2.11 %define V_rpm 4.2.1 2.12 @@ -791,6 +791,7 @@ 2.13 -Dldflags="-L""%{l_prefix}/lib" \ 2.14 -Dlibpth="$libdirs" \ 2.15 -Dglibpth="$libdirs" \ 2.16 + -Dlibs="-lm" \ 2.17 -Dscriptdir="%{l_prefix}/bin" \ 2.18 -Uinstallusrbinperl \ 2.19 -Adefine:useshrplib='false' \