diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:06:18 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:06:18 +0000 |
| commit | aa270d5e3ed791f77f6ceda9cee15276c6a1692f (patch) | |
| tree | afd7cf8d5158cdc7fdcf60e64eb62e5012a80cc7 | |
| parent | 44359388fb853533026d12ae2bf598a9da7f1d98 (diff) | |
| download | execline-aa270d5e3ed791f77f6ceda9cee15276c6a1692f.tar.gz | |
With the Makefile as well, please
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ lib%.a.xyzzy: exec $(RANLIB) $@ lib%.so.xyzzy: - exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) -Wl,-rpath=$(dynlibdir) $^ $(EXTRA_LIBS) $(LDLIBS) + exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) $(LDFLAGS_RPATH) $^ $(EXTRA_LIBS) $(LDLIBS) -lskarnet: $(error Unable to link against skalibs. Check that you are using the correct --with-lib or --with-dynlib options; see ./configure --help) |
