[csw-devel] SF.net SVN: gar:[17823] csw/mgar/pkg/netsnmp/trunk

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Mon Apr 23 10:15:42 CEST 2012


Revision: 17823
          http://gar.svn.sourceforge.net/gar/?rev=17823&view=rev
Author:   cgrzemba
Date:     2012-04-23 08:15:41 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
netsnmp/trunk: refine LDDLFLAGS for agent and defaut_store, refine 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 07:40:22 UTC (rev 17822)
+++ csw/mgar/pkg/netsnmp/trunk/Makefile	2012-04-23 08:15:41 UTC (rev 17823)
@@ -98,16 +98,14 @@
 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
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/ASN/ASN.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/OID/OID.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/TrapReceiver/TrapReceiver.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/agent/agent.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/agent/default_store/default_store.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|root/opt/csw/lib/perl/site_perl/auto/NetSNMP/default_store/default_store.so
+CHECKPKG_OVERRIDES_CSWnetsnmp += bad-rpath-entry|/opt/csw/lib/|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 07:40:22 UTC (rev 17822)
+++ csw/mgar/pkg/netsnmp/trunk/files/perl_makefiles.diff	2012-04-23 08:15:41 UTC (rev 17823)
@@ -49,7 +49,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'}   = `$opts->{'nsconfig'} --base-agent-libs`;
  	chomp($Params{'LIBS'});
  	$Params{'CCFLAGS'} = `$opts->{'nsconfig'} --cflags`;
@@ -60,7 +60,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'}    = `$opts->{'nsconfig'} --libs`;
  	chomp($Params{'LIBS'});
  	$Params{'CCFLAGS'} = `$opts->{'nsconfig'} --cflags`;

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



More information about the devel mailing list