diff options
Diffstat (limited to 'projects/bucts/patches/staticlink.diff')
-rw-r--r-- | projects/bucts/patches/staticlink.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/projects/bucts/patches/staticlink.diff b/projects/bucts/patches/staticlink.diff deleted file mode 100644 index 52da8cc8..00000000 --- a/projects/bucts/patches/staticlink.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 68541e6..b8579eb 100644 ---- a/Makefile -+++ b/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 $< |