diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-30 23:34:28 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-30 23:34:28 +0000 |
| commit | e00279e192cb2305688014e96ecbbbabce39e9fa (patch) | |
| tree | 54a39ab919d5f05768a3630a0b757f7eac568406 /Makefile | |
| parent | 3def3a0ff7d34e5c8f97a5c28d71e0735784f630 (diff) | |
| download | skalibs-e00279e192cb2305688014e96ecbbbabce39e9fa.tar.gz | |
Add --disable-rpath support, prepare for 2.15.0.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ libskarnet.a.xyzzy: $(ALL_SOBJS) exec $(RANLIB) $@ libskarnet.so.xyzzy: $(ALL_DOBJS) - exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,libskarnet.so.$(version_M) -Wl,-rpath=$(dynlibdir) $^ $(SYSTEM_LIBS) + exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,libskarnet.so.$(version_M) $(LDFLAGS_RPATH) $^ $(SYSTEM_LIBS) libskarnet.pc: exec env \ |
