Эх сурвалжийг харах

cygwin does not allow static linking, build shared ncurses progs

Waldemar Brodkorb 16 жил өмнө
parent
commit
33f92f3466

+ 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