Statically compile grml-runtty to avoid dependency on unstable's libc
[grml-scripts.git] / compile / Makefile
index 61b4dcc..939d0d5 100644 (file)
@@ -24,7 +24,7 @@ reread_partition_table: reread_partition_table.c
        diet $(CC) $(CFLAGS) -o $@ $^
 
 grml-runtty: grml-runtty.c
-       $(CC) $(CFLAGS) -o $@ $^
+       diet $(CC) $(CFLAGS) -o $@ $^ -lcompat
 
 clean:
        rm -f $(PROGS)