Explorar o código

cygwin does not allow static linking, build shared ncurses progs

Waldemar Brodkorb %!s(int64=16) %!d(string=hai) anos
pai
achega
33f92f3466
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/ncurses/Makefile

+ 1 - 0
package/ncurses/Makefile

@@ -48,6 +48,7 @@ pre-configure:
 	(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
 		./configure \
 		--with-build-cc=${HOSTCC} \
+		--with-shared \
 		--with-progs \
 	);
 	${MAKE} -C ${WRKBUILD}/include