Explorar el Código

xterm: fix compile with ncursesw

Waldemar Brodkorb hace 3 meses
padre
commit
e69666e1dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/xterm/Makefile

+ 1 - 1
package/xterm/Makefile

@@ -21,7 +21,7 @@ include $(ADK_TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,XTERM,xterm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
-TARGET_LDFLAGS+=	-ltinfo
+TARGET_LDFLAGS+=	-ltinfow
 CONFIGURE_ARGS+=	--with-app-defaults=/usr/lib/X11/app-defaults \
 			--x-includes="$(STAGING_TARGET_DIR)/usr/include" \
 			--x-libraries="$(STAGING_TARGET_DIR)/usr/lib" \