mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports
This commit is contained in:
parent
51380ba8ca
commit
6da1ee7cb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260119
@ -25,8 +25,6 @@ LATEST_LINK= lighttpd-${PORTNAME}
|
||||
PATCH_SITES+= ${MASTER_SITE_LOCAL}
|
||||
PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz
|
||||
PATCH_SITE_SUBDIR+= mm
|
||||
USE_AUTOTOOLS+= autoconf:262 autoheader:262 aclocal:110 automake:110
|
||||
ACLOCAL_ARGS+= -I m4
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
ALL_TARGET= ${PORTNAME}.la
|
||||
|
@ -26,8 +26,6 @@ MANUAL_PACKAGE_BUILD= free for non-commercial use only
|
||||
PATCH_SITES+= ${MASTER_SITE_LOCAL}
|
||||
PATCHFILES+= lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz
|
||||
PATCH_SITE_SUBDIR+= mm
|
||||
USE_AUTOTOOLS+= autoconf:262 autoheader:262 aclocal:110 automake:110
|
||||
ACLOCAL_ARGS+= -I m4
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
ALL_TARGET= ${PORTNAME}.la
|
||||
|
@ -20,13 +20,9 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= lthack
|
||||
.if defined(_BUILDING_LIGHTTPD_MODULE)
|
||||
USE_AUTOTOOLS?= libtool:22
|
||||
CONFIGURE_ARGS?= --libdir=${PREFIX}/lib/lighttpd --enable-static
|
||||
.else
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/lighttpd --enable-static
|
||||
.endif # defined(_BUILDING_LIGHTTPD_MODULE)
|
||||
USE_AUTOTOOLS= autoconf:262 autoheader:262 aclocal:110 automake:110 libtool:22
|
||||
ACLOCAL_ARGS= -I m4
|
||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user