Explorar el Código

cygwin does not allow static linking, build shared ncurses progs

Waldemar Brodkorb hace 16 años
padre
commit
33f92f3466
Se han modificado 1 ficheros con 1 adiciones y 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