Ver Fonte

cygwin does not allow static linking, build shared ncurses progs

Waldemar Brodkorb há 16 anos atrás
pai
commit
33f92f3466
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      package/ncurses/Makefile

+ 1 - 0
package/ncurses/Makefile

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