]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/Makefile
nss: Makefile: don't link against asan
[nsscash/nsscash.git] / nss / Makefile
index 7dfe54738cf998245b2ca8ab5c61769e715dacff..9fdda3a0bf6cc543a00b844903b4ec1d2a131bf1 100644 (file)
@@ -32,7 +32,7 @@ test: tests/gr tests/pw tests/group.nsscash tests/passwd.nsscash
 tests/%: tests/%.c tests/libcash_test.so
        $(CC) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) \
                $(TEST_CFLAGS) $(TEST_LDFLAGS) -Ltests \
-               $< $(LDLIBS) -lcash_test -lasan
+               $< $(LDLIBS) -lcash_test
 
 tests/passwd.nsscash: tests/passwd
        ../nsscash convert passwd $< $@