Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
autogen
autogen-build_ldpath.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File autogen-build_ldpath.patch of Package autogen
--- autoopts/Makefile.am | 2 +- doc/mk-agen-texi.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Index: doc/mk-agen-texi.sh =================================================================== --- doc/mk-agen-texi.sh.orig +++ doc/mk-agen-texi.sh @@ -93,9 +93,9 @@ setup_exports() PATH=${top_builddir}/columns:${PATH} timer=`expr ${AG_TIMEOUT} '*' 5` - d=`find ${top_builddir}/autoopts -type f -name libopts.a -print` - test -f "$d" || die "Cannot locate libopts.a" - LIBS="$d ${LIBS}" + d=`find ${top_builddir}/autoopts -type f -name libopts.a -o -name libopts.so | head -n 1` + LIBS="-L$(dirname "$d") -lopts ${LIBS}" + LD_LIBRARY_PATH="$(dirname "$d"):$LD_LIBRARY_PATH" eval `${EGREP} '^AG_[A-Z_]*' ${top_srcdir}/VERSION`
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor