diff options
| -rw-r--r-- | config.mk | 9 | ||||
| -rwxr-xr-x | st | bin | 110088 -> 110088 bytes |
2 files changed, 7 insertions, 2 deletions
@@ -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 Binary files differ |
