01-24-04 12:49 AM
I am attempting to build a rpm and am having problems with this section
of code in the .spec file:
#
# workaround libtool problem with rpath
# should be fixed, since it is only possible to build the package with build
+script,
# but not as user via rpm
#
if [ ! -e /.buildenv ]; then
echo it is only possible to build this via the build script atm.
echo sorry :/ I have to abort ....
exit -1
fi
Does anyone know what "buildenv" is what this section of code is
trying to do, and what the workaround is?
thanks
--
Paul Elliott 1(512)837-1096
pelliott@io.com PMB 181, 11900 Metric Blvd Suite J
http://www.io.com/~pelliott/pme/ Austin TX 78758-3117
[ Post a follow-up to this message ]
|