diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 11:26:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-31 11:26:30 +0000 |
| commit | 522cb49ba4a72d00b99e6a89908d6dcd3d5c4417 (patch) | |
| tree | b55bbeee7dca251ea89406c3054d6926f6e234a3 /Makefile | |
| parent | 01be2813c9d478a5f7ee9add2edd5ed05b4e602e (diff) | |
| download | mdevd-522cb49ba4a72d00b99e6a89908d6dcd3d5c4417.tar.gz | |
Add support for disabling rpath; update deps
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) |
