diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1999-06-12 21:38:52 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-06-12 21:38:52 +0000 |
commit | e400c26e452e0b075e945b267a774364ed6ce082 (patch) | |
tree | fe7fa94ee2f587e42ade6d49db83560131af89b3 /textproc/sp | |
parent | upgrade to apsfilter 5.1.2 (diff) |
Fix shared library problem (soname not specified).
Notes
Notes:
svn path=/head/; revision=19452
Diffstat (limited to 'textproc/sp')
-rw-r--r-- | textproc/sp/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sp/files/patch-ad b/textproc/sp/files/patch-ad index a2de3818c2b6..92758bbdcd1e 100644 --- a/textproc/sp/files/patch-ad +++ b/textproc/sp/files/patch-ad @@ -25,7 +25,7 @@ $(RANLIB) $@ +lib$(LIB).so.$(VERSION): $(SOBJS) $(SCOBJS) -+ $(CC) -shared -o lib$(LIB).so.$(VERSION) $(SOBJS) $(SCOBJS) ++ $(CC) -shared -soname lib$(LIB).so.$(VERSION) -o lib$(LIB).so.$(VERSION) $(SOBJS) $(SCOBJS) + install: + $(INSTALL) lib$(LIB).a $(libdir) |