diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-10 00:08:22 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-10 00:08:22 +0800 |
commit | 2ae18f01867b47337b0694d27b68394624a00a31 (patch) | |
tree | ddc76460a67b8ec4b41d1d0d5c8ce6e584817060 /net-p2p | |
parent | cdc4d7f3c82c358ef8e23a151db378996e89974c (diff) | |
download | freebsd-ports-graphics-2ae18f01867b47337b0694d27b68394624a00a31.tar.gz freebsd-ports-graphics-2ae18f01867b47337b0694d27b68394624a00a31.tar.zst freebsd-ports-graphics-2ae18f01867b47337b0694d27b68394624a00a31.zip |
o Stop stripping Linux binary for now since it is returning:
"BFD: bfd assertion fail elf.c:1290"
o Even using Linux strip
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-edonkey-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linux-edonkey-server/Makefile b/net-p2p/linux-edonkey-server/Makefile index cbe0a71ea55..bdea5750e4a 100644 --- a/net-p2p/linux-edonkey-server/Makefile +++ b/net-p2p/linux-edonkey-server/Makefile @@ -46,7 +46,7 @@ post-patch: pre-install: .if exists(${STRIP_CMD}) - @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} +# @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} .endif @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} |