ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

libevent.mk (397B)


      1 TARG = libevent
      2 
      3 <$mkbuild/mk.common
      4 
      5 libevent:QV:
      6 	CC="$CC" ./configure \
      7 		--build="${TOOLCHAIN_TRIPLET}" \
      8 		--host="${HOST_TOOLCHAIN_TRIPLET}" \
      9 		--prefix="$PREFIX" \
     10 		--mandir="$ROOT/share/man" \
     11 		--disable-shared \
     12 		--disable-libevent-regress \
     13 		--enable-static
     14 	make -j$nprocs
     15 	# copy some header files to include dir for depsinc
     16 	cp evdns.h event.h evhttp.h evrpc.h evutil.h include/