mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
[PATCH] do not build the tdb binary programs, only the objects.
Now it's not necessary to have gdbm to build properly.
This commit is contained in:
parent
e436917d9c
commit
dca0297941
@ -7,7 +7,9 @@ CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
|
||||
PROGS = tdbtest tdbtool tdbtorture
|
||||
TDB_OBJ = tdb.o spinlock.o
|
||||
|
||||
default: $(PROGS)
|
||||
default: $(TDB_OBJ)
|
||||
|
||||
progs: $(PROGS)
|
||||
|
||||
tdbtest: tdbtest.o $(TDB_OBJ)
|
||||
$(CC) $(CFLAGS) -o tdbtest tdbtest.o $(TDB_OBJ) -lgdbm
|
||||
|
Loading…
x
Reference in New Issue
Block a user