mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-21 03:25:04 +07: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…
Reference in New Issue
Block a user