aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts/sources/Makefile
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-12-22 20:35:04 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2017-12-22 22:03:07 -0500
commit5100c4e7e9cc5e06cf32e06a5a0bd0d79d7655c6 (patch)
tree77c353cb7eb58dc470660582ae2980a230633780 /projects/bucts/sources/Makefile
parentbddb45d1e7962d538fd67c58102cbb15b87389ec (diff)
downloadlibrebootfr-5100c4e7e9cc5e06cf32e06a5a0bd0d79d7655c6.tar.gz
librebootfr-5100c4e7e9cc5e06cf32e06a5a0bd0d79d7655c6.zip
Statically link bucts
Diffstat (limited to 'projects/bucts/sources/Makefile')
-rw-r--r--projects/bucts/sources/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bucts/sources/Makefile b/projects/bucts/sources/Makefile
index b5f43d5f..2b165f3e 100644
--- a/projects/bucts/sources/Makefile
+++ b/projects/bucts/sources/Makefile
@@ -10,7 +10,7 @@ endif
all: bucts
bucts: $(OBJ)
- $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci
+ $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci -lz -static
%.o: %.c
$(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c $<