diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-13 09:25:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-13 09:25:59 +0800 |
commit | c9122534d13ff9e3eca1826ac01b336094745f25 (patch) | |
tree | 9327e5f6225d4aa4ec02ad684aa7c22be29411b1 /net/openslp | |
parent | f056fa896c9f2c89265d78d78e37c104aee63c32 (diff) | |
download | freebsd-ports-gnome-c9122534d13ff9e3eca1826ac01b336094745f25.tar.gz freebsd-ports-gnome-c9122534d13ff9e3eca1826ac01b336094745f25.tar.zst freebsd-ports-gnome-c9122534d13ff9e3eca1826ac01b336094745f25.zip |
Fix the slpd build now that the slp_net.o object has been moved to a new
private library.
Submitted by: mi
Pointy hat to: me
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/files/patch-slp_net | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/openslp/files/patch-slp_net b/net/openslp/files/patch-slp_net index 14f5d6e09694..7adfbe899549 100644 --- a/net/openslp/files/patch-slp_net +++ b/net/openslp/files/patch-slp_net @@ -34,3 +34,20 @@ files should, probably, be patched instead... + slp_pid.lo slp_attr_y.lo slp_attr_l.lo \ slp_filter_y.lo slp_filter_l.lo slp_predicate.lo slp_dhcp.lo \ $(am__objects_1) $(am__objects_2) +--- slpd/Makefile.in Wed Mar 2 13:00:24 2005 ++++ slpd/Makefile.in Mon Jul 11 14:09:05 2005 +@@ -79,5 +79,5 @@ + slpd_OBJECTS = $(am_slpd_OBJECTS) + slpd_DEPENDENCIES = ../common/libcommonslpd.la \ +- ../libslpattr/libslpattr.la ++ ../libslpattr/libslpattr.la ../common/libcommonlibslp.la + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + depcomp = $(SHELL) $(top_srcdir)/depcomp +@@ -253,5 +253,6 @@ + #if you're building on Irix, exchange commented and uncommented lines + #slpd_LDADD = ../common/libcommonslpd.a ../libslpattr/libslpattr.a +-slpd_LDADD = ../common/libcommonslpd.la ../libslpattr/libslpattr.la ++slpd_LDADD = ../common/libcommonslpd.la ../libslpattr/libslpattr.la \ ++ ../common/libcommonlibslp.la + all: all-am + |