diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-10-19 22:43:09 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-10-19 22:43:09 +0000 |
commit | 1ba85033920c91b4518e9a9f3d92f4d78237f86f (patch) | |
tree | 57940e2f493995c7edb3f563f9bfd6d7fd5e7fec /net-mgmt/net-snmp/files/patch-aa | |
parent | Depends on config.txt to not confuse with pgp5 installed (diff) |
* Upgrade to 3.5.3.
* Patch for ELF.
* Create ${PREFIX}/etc/snmpd.sh.sample instead of ${PREFIX}/etc/snmp.sh.
Notes
Notes:
svn path=/head/; revision=14088
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-aa')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-aa b/net-mgmt/net-snmp/files/patch-aa new file mode 100644 index 000000000000..26a99aa30842 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-aa @@ -0,0 +1,14 @@ +--- snmplib/Makefile.in.orig Mon Sep 7 16:19:24 1998 ++++ snmplib/Makefile.in Mon Oct 19 16:16:19 1998 +@@ -23,7 +23,10 @@ + all: $(TARG) + + libsnmp.$(SHLIB_EXTENSION): ${OBJS} +- $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION) ${OBJS} ++ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION).$(SHLIB_VERSION) \ ++ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} ++ ln -f libsnmp.$(SHLIB_EXTENSION) \ ++ libsnmp.$(SHLIB_EXTENSION).$(SHLIB_VERSION) + $(RANLIB) libsnmp.$(SHLIB_EXTENSION) + + installdirs: |