summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk9
-rwxr-xr-xstbin110088 -> 110088 bytes
2 files changed, 7 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 1e306f8..480a98e 100644
--- a/config.mk
+++ b/config.mk
@@ -16,9 +16,14 @@ PKG_CONFIG = pkg-config
INCS = -I$(X11INC) \
`$(PKG_CONFIG) --cflags fontconfig` \
`$(PKG_CONFIG) --cflags freetype2`
-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
+# LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
+# `$(PKG_CONFIG) --libs fontconfig` \
+# `$(PKG_CONFIG) --libs freetype2`
+#
+LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender \
+ -Wl,-rpath=/usr/local/lib \
`$(PKG_CONFIG) --libs fontconfig` \
- `$(PKG_CONFIG) --libs freetype2`
+ `$(PKG_CONFIG) --libs freetype2` \
# flags
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
diff --git a/st b/st
index e7c223e..54c287f 100755
--- a/st
+++ b/st
Binary files differ