forked from pool/erofs-utils
db479c5e0d
OBS-URL: https://build.opensuse.org/request/show/650306 OBS-URL: https://build.opensuse.org/package/show/filesystems/erofs-utils?expand=0&rev=1
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
|
|
|