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

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

[nongnu] elpa/sweeprolog d4a501e9af 020/166: PORT: use rpath linker opti


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog d4a501e9af 020/166: PORT: use rpath linker option
Date: Fri, 30 Sep 2022 04:59:22 -0400 (EDT)

branch: elpa/sweeprolog
commit d4a501e9afe855e9f3325c330242d1966182caa1
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    PORT: use rpath linker option
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index f5758a24be..cb5499be99 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ SOURCE   = $(BASENAME).c
 
 LDFLAGS += -shared
 LDFLAGS += -Llib
+LDFLAGS += -Wl,-rpath,lib
 LDFLAGS += -lswipl
 
 CFLAGS  += -fPIC



reply via email to

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