File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export PKG_CONFIG_PATH="/usr/lib/${ARCH64}/pkgconfig"
93
93
export SASL_CFLAGS=" -I/usr/include"
94
94
export SASL_LIBS=" -L/usr/lib/${ARCH64} -lsasl"
95
95
export CFLAGS=" -m64"
96
- ./configure " --prefix=${DIR} /usr" " --libdir=${DIR} /usr/lib/${ARCH64} " --enable-debug-symbols --enable-sasl --enable-ssl --disable-static --disable-silent-rules --enable-maintainer-flags --with-libbson=bundled
96
+ ./configure " --prefix=${DIR} /usr" " --libdir=${DIR} /usr/lib/${ARCH64} " --enable-debug-symbols --enable-sasl --enable-ssl --disable-static --disable-silent-rules --enable-maintainer-flags --with-libbson=bundled --enable-man-pages
97
97
make
98
98
make install
99
99
@@ -104,7 +104,7 @@ make install
104
104
cd " ${DIR} "
105
105
perl -p -i -e " s#${DIR} ##g" usr/lib/pkgconfig/* .pc usr/lib/${ARCH64} /pkgconfig/* .pc
106
106
echo " i pkginfo" > Prototype
107
- find " usr/" | grep -v bin$ | grep -v lib$ | grep -v include$ | grep -v share$ | grep -v doc$ | grep -v usr/$ | grep -v amd64$ | grep -v sparcv9$ | grep -v pkgconfig$ | pkgproto >> Prototype
107
+ find " usr/" | grep -v bin$ | grep -v lib$ | grep -v include$ | grep -v share$ | grep -v doc$ | grep -v usr/$ | grep -v amd64$ | grep -v sparcv9$ | grep -v pkgconfig$ | pkgproto | perl -p -i -e " s/ ${USER} /root/g " | perl -p -i -e " s/ other/ root/g " >> Prototype
108
108
PSTAMP=$( date +%d%b%y)
109
109
110
110
cat << EOF > pkginfo
You can’t perform that action at this time.
0 commit comments