acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [PATCH attr 3/8] build: Use LDLIBS instead of LDFLAGS


From: Guillem Jover
Subject: [Acl-devel] [PATCH attr 3/8] build: Use LDLIBS instead of LDFLAGS
Date: Sat, 20 Jul 2019 04:14:37 +0200

Otherwise gcc will fail to link the program due to missing
attr_copy_file() symbol.
---
 examples/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Makefile b/examples/Makefile
index 05c7831..042935a 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,5 +1,5 @@
 CFLAGS = -g -Wall
-LDFLAGS = -lattr
+LDLIBS = -lattr
 
 PROGS = copyattr
 
-- 
2.22.0.657.g960e92d24f




reply via email to

[Prev in Thread] Current Thread [Next in Thread]