diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 01:00:52 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 01:00:52 +0000 |
| commit | d318862a0b7843b09fd029a9ed5c00c86b0ea6bc (patch) | |
| tree | 75a07048b722db62a141345d56fe8c75e77621eb /Makefile | |
| parent | 23c26bf0e6e79100d18aac72377fd04e722143c4 (diff) | |
| download | s6-frontend-d318862a0b7843b09fd029a9ed5c00c86b0ea6bc.tar.gz | |
Add support for disabling rpath; prepare for 0.0.1.2
Diffstat (limited to 'Makefile')
| -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) |
