forked from pool/erofs-utils
23 lines
718 B
Diff
23 lines
718 B
Diff
|
From: Jan Engelhardt <jengelh@inai.de>
|
||
|
Date: 2018-11-20 00:03:33.951298480 +0100
|
||
|
|
||
|
The flag is just completely wrong (it's supposed to be "-static", duh), and it
|
||
|
is not needed because LIBLZ4_STATIC is always specified as an .a file anyway.
|
||
|
|
||
|
---
|
||
|
Makefile.am | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
Index: erofs-utils-0.0.1~4/Makefile.am
|
||
|
===================================================================
|
||
|
--- erofs-utils-0.0.1~4.orig/Makefile.am
|
||
|
+++ erofs-utils-0.0.1~4/Makefile.am
|
||
|
@@ -25,7 +25,6 @@ noinst_HEADERS = erofs_config.h \
|
||
|
mkfs_file.h
|
||
|
|
||
|
mkfs_erofs_CFLAGS = -Wall -Werror -DEROFS_MKFS_VERSION=\"v1.0\"
|
||
|
-mkfs_erofs_LDFLAGS = --static
|
||
|
mkfs_erofs_LDADD = $(LIBLZ4_STATIC)
|
||
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|