Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
net-snmp
> net-snmp-5.3.0.1_perl_ld_run_path.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File net-snmp-5.3.0.1_perl_ld_run_path.patch of Package net-snmp (Revision 2)
Currently displaying revision
2
,
show latest
Index: Makefile.in =================================================================== --- Makefile.in.orig +++ Makefile.in @@ -154,7 +154,7 @@ OTHERCLEANTODOS=perlclean # perl specific build rules # perlmodules: perlmakefiles - @(cd perl ; $(MAKE)) ; \ + @(cd perl ; $(MAKE) LD_RUN_PATH="$(libdir):`$(PERL) -e 'use Config; print qq($$Config{archlibexp}/CORE);'`") ; \ if test $$? != 0 ; then \ exit 1 ; \ fi