Revision: 17822
          http://gar.svn.sourceforge.net/gar/?rev=17822&view=rev
Author:   cgrzemba
Date:     2012-04-23 07:40:22 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
netsnmp/trunk: refine LDDLFLAGS for TrapeReceiver, add rpath overrides

Modified Paths:
--------------
    csw/mgar/pkg/netsnmp/trunk/Makefile
    csw/mgar/pkg/netsnmp/trunk/files/perl_makefiles.diff

Modified: csw/mgar/pkg/netsnmp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/Makefile 2012-04-23 06:42:44 UTC (rev 17821)
+++ csw/mgar/pkg/netsnmp/trunk/Makefile 2012-04-23 07:40:22 UTC (rev 17822)
@@ -98,8 +98,16 @@
 CHECKPKG_OVERRIDES_CSWnetsnmp += 
file-with-bad-content|/usr/local|root/opt/csw/share/man/man5/snmpd.conf.5
 CHECKPKG_OVERRIDES_CSWnetsnmp += 
file-with-bad-content|/usr/local|root/opt/csw/share/man/man3/NetSNMP::TrapReceiver.3perl
 CHECKPKG_OVERRIDES_CSWnetsnmp += 
file-with-bad-content|/usr/share|root/opt/csw/bin/net-snmp-cert
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/ASN/ASN.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/OID/OID.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/TrapReceiver/TrapReceiver.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/agent/agent.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/agent/default_store/default_store.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/NetSNMP/default_store/default_store.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += 
bad-rpath-entry|/opt/csw/lib/|/tmp/pkg_LKUeaT/CSWnetsnmp/root/opt/csw/lib/perl/site_perl/auto/SNMP/SNMP.so
 
 
+
 include gar/category.mk
 
 pre-configure-modulated:

Modified: csw/mgar/pkg/netsnmp/trunk/files/perl_makefiles.diff
===================================================================
--- csw/mgar/pkg/netsnmp/trunk/files/perl_makefiles.diff        2012-04-23 
06:42:44 UTC (rev 17821)
+++ csw/mgar/pkg/netsnmp/trunk/files/perl_makefiles.diff        2012-04-23 
07:40:22 UTC (rev 17822)
@@ -38,7 +38,7 @@
      else {
        $opts = NetSNMPGetOpts();
 -      $Params{'LDDLFLAGS'} = "$Config{lddlflags} " . `$opts->{'nsconfig'} 
--ldflags`;
-+      $Params{'LDDLFLAGS'} = "-L../../snmplib/.libs -L../../snmplib/ 
-L/opt/csw/lib/\$$ISALIST -L/opt/csw/lib $Config{lddlflags} " . 
`$opts->{'nsconfig'} --ldflags`;
++      $Params{'LDDLFLAGS'} = "-L../../snmplib/.libs -L../../snmplib/ 
-L../../apps/.libs -L../../agent/.libs -L/opt/csw/lib/\$$ISALIST -L/opt/csw/lib 
$Config{lddlflags} " . `$opts->{'nsconfig'} --ldflags`;
        $Params{'LIBS'} = '-lnetsnmptrapd ' . `$opts->{'nsconfig'} 
--base-agent-libs`;
        chomp($Params{'LIBS'});
        if (!$ENV{'NETSNMP_CCFLAGS'}) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to