aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-10-19 22:43:09 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-10-19 22:43:09 +0000
commit1ba85033920c91b4518e9a9f3d92f4d78237f86f (patch)
tree57940e2f493995c7edb3f563f9bfd6d7fd5e7fec /net-mgmt/net-snmp-devel/files
parent4b00ded0329f71f2cfa8be46038cb0927362e340 (diff)
Notes
Diffstat (limited to 'net-mgmt/net-snmp-devel/files')
-rw-r--r--net-mgmt/net-snmp-devel/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-aa b/net-mgmt/net-snmp-devel/files/patch-aa
new file mode 100644
index 000000000000..26a99aa30842
--- /dev/null
+++ b/net-mgmt/net-snmp-devel/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: