workaround for datasize limit, ok lebel@

This commit is contained in:
camield 2001-06-07 12:42:30 +00:00
parent 6e22f0634f
commit 2f7a725ad1
3 changed files with 20 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2001/05/06 04:59:59 lebel Exp $
# $OpenBSD: Makefile,v 1.13 2001/06/07 12:42:30 camield Exp $
COMMENT= "collection of Domain Name System tools"
@ -19,6 +19,10 @@ PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# datasize limit in 'run' files is too low for ld.so
# to be able to pull in libc
LDFLAGS+= -static
ALL_TARGET= default
INSTALL_TARGET= setup check
@ -35,6 +39,7 @@ MAN8LIST= axfr-get dnscache pickdns rbldns tinydns axfrdns \
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${CC} -s ${LDFLAGS} > ${WRKSRC}/conf-ld
@echo ${PREFIX} > ${WRKSRC}/conf-home
pre-install:

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.11 2001/05/06 05:00:25 lebel Exp $
# $OpenBSD: Makefile,v 1.12 2001/06/07 12:43:32 camield Exp $
COMMENT= "read-only anonymous FTP and HTTP server"
DISTNAME= publicfile-0.52
HOMEPAGE= http://cr.yp.to/publicfile.html
CATEGORIES= net
NEED_VERSION= 1.402
MAINTAINER= Camiel Dobbelaar <cd@sentia.nl>
CATEGORIES= net www
NEED_VERSION= 1.402
MASTER_SITES= http://cr.yp.to/publicfile/ \
ftp://ftp.id.wustl.edu/pub/qmail/ \
@ -17,6 +17,10 @@ PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# datasize limit in 'run' files is too low for ld.so
# to be able to pull in libc
LDFLAGS+= -static
ALL_TARGET= default
INSTALL_TARGET= setup check
@ -34,6 +38,7 @@ PATCH_LIST=patch-Makefile
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${CC} -s ${LDFLAGS} > ${WRKSRC}/conf-ld
@echo ${PREFIX}/publicfile > ${WRKSRC}/conf-home
pre-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2001/05/06 05:00:38 lebel Exp $
# $OpenBSD: Makefile,v 1.13 2001/06/07 12:43:01 camield Exp $
COMMENT= "tools for building TCP client-server applications"
@ -23,11 +23,16 @@ PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# datasize limit in 'run' files is too low for ld.so
# to be able to pull in libc
LDFLAGS+= -static
ALL_TARGET= default
INSTALL_TARGET= setup check
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${CC} -s ${LDFLAGS} > ${WRKSRC}/conf-ld
@echo ${PREFIX} > ${WRKSRC}/conf-home
pre-install: