mirror of
https://github.com/systemd/systemd.git
synced 2024-12-05 08:13:48 +08:00
[PATCH] Fix TDB cross compilation
The merge of tdb ended up breaking the ability to cross compile again, here's a bk patch that yanks CC out of the tdb Makefile, and in turn falls back on the exported CC value from the top-level Makefile which correctly sets it based off of the CROSS value.
This commit is contained in:
parent
a2822451e2
commit
99bec17497
@ -3,7 +3,6 @@
|
||||
#
|
||||
|
||||
CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
|
||||
CC = gcc
|
||||
|
||||
PROGS = tdbtest tdbtool tdbtorture
|
||||
TDB_OBJ = tdb.o spinlock.o
|
||||
|
Loading…
Reference in New Issue
Block a user