diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:34:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 00:34:12 +0000 |
| commit | 3d250f476048f8bd281a82dd4f29f3cc3f72117a (patch) | |
| tree | 32138ba6f9ec8cbf0f2884a0a0b9dcb9b2cdbd04 /Makefile | |
| parent | 5bb920ff8f648475c381cc309cb6b1f36ba073d6 (diff) | |
| download | s6-linux-init-3d250f476048f8bd281a82dd4f29f3cc3f72117a.tar.gz | |
Add support for disabling rpath; prepare for 1.2.0.1
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) |
