diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-18 15:45:17 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-18 15:45:17 +0000 |
| commit | 4594ed03e4ced04cb914c8fccad1ffab41cc4ee5 (patch) | |
| tree | d6cbf9fdc8c32ad872087a22f8783686c5568214 /Makefile | |
| parent | 15e43438401965e13b67bf5a4bb7989cdeff3708 (diff) | |
| download | mdevd-4594ed03e4ced04cb914c8fccad1ffab41cc4ee5.tar.gz | |
Some libcs have a char const *strchr()? need to investigate
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: |
