diff options
author | pav <pav@FreeBSD.org> | 2007-03-15 04:38:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-15 04:38:12 +0800 |
commit | c902de95b5e496d426712446c3ea3ed534f96b08 (patch) | |
tree | 48002b05837d720cac92257103afcf20ae2383bb /sysutils/dar | |
parent | 798c05de0e3123109828d0642b08d60bd449ba29 (diff) | |
download | freebsd-ports-gnome-c902de95b5e496d426712446c3ea3ed534f96b08.tar.gz freebsd-ports-gnome-c902de95b5e496d426712446c3ea3ed534f96b08.tar.zst freebsd-ports-gnome-c902de95b5e496d426712446c3ea3ed534f96b08.zip |
- Disable UPX packing of installed files (helps people who got upx installed)
PR: ports/108149
Reported by: Chris Calvey <chris@securityforensics.yi.org>
Diffstat (limited to 'sysutils/dar')
-rw-r--r-- | sysutils/dar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 90e933ec75ad..6bc3d5253edf 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -18,7 +18,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-build-html --datadir=${DATADIR} --disable-upx CPPFLAGS= -DHAVE_DECL_GETOPT=0 |