emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/xeft fa63432715 11/55: * Makefile (xeft-module.so): Fix


From: ELPA Syncer
Subject: [elpa] externals/xeft fa63432715 11/55: * Makefile (xeft-module.so): Fix linking flags
Date: Fri, 13 Jan 2023 23:58:36 -0500 (EST)

branch: externals/xeft
commit fa6343271567d010e72c5aeafbb23f665e89b8c4
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    * Makefile (xeft-module.so): Fix linking flags
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index acf75f18c5..32bddbd723 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LDFLAGS = -L$(PREFIX)/lib
 LDLIBS = -lxapian
 
 xeft-module.so: xeft-module.cc
-       $(CXX) -shared $(CXXFLAGS) $(LDFLAGS) $(LDLIBS) $< -o $@
+       $(CXX) $< -o $@ -shared $(CXXFLAGS) $(LDFLAGS) $(LDLIBS)
 
 clean:
        rm -f *.so *.o



reply via email to

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