branch: elpa/sweeprolog
commit d4a501e9afe855e9f3325c330242d1966182caa1
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@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