diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 18:12:42 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 18:12:42 +0000 |
| commit | 1205c9a74d7e3034c6b07cf3852376436036de7e (patch) | |
| tree | 84c52ccc950748d2f16058f222038ce4c29b7070 /Makefile | |
| parent | fb572d1b82793c743dd19a05d87c3cfc30aa50d2 (diff) | |
| download | s6-dns-1205c9a74d7e3034c6b07cf3852376436036de7e.tar.gz | |
AI policies, better -lskarnet error message
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ lib%.a.xyzzy: 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) +-lskarnet: + $(error Unable to link against skalibs. Check that you are using the correct --with-lib or --with-dynlib options; see ./configure --help) + .PHONY: it all clean distclean tests check tgz strip install install-dynlib install-bin install-lib install-include install-pkgconfig .DELETE_ON_ERROR: |
