Package Details: ncp 1.2.4-1

Git Clone URL: https://aur.archlinux.org/ncp.git (read-only, click to copy)
Package Base: ncp
Description: A fast file copy tool for LANs
Upstream URL: http://www.fefe.de/ncp/
Licenses: custom
Submitter: noctux
Maintainer: noctux
Last Packager: noctux
Votes: 2
Popularity: 0.32
First Submitted: 2016-03-06 16:27 (UTC)
Last Updated: 2016-03-06 16:38 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

andreas_baumann commented on 2024-10-06 07:40 (UTC)

/usr/bin/diet -Os gcc -pipe -Wall -O2 -fomit-frame-pointer   -c -o ncp.o ncp.c
ncp.c:8:10: fatal error: dns.h: No such file or directory
    8 | #include "dns.h"
      |          ^~~~~~~
compilation terminated.
make: *** [<builtin>: ncp.o] Error 1

CFLAGS contains a reference to a local libowfat (-I../include/libowfat), this should point to the system location (-I/usr/include/libowfat).

in build(): sed -i 's|../libowfat|/usr/include/libowfat|g' GNUmakefile

Also, patching should happen in the prepare() target and not in build() IMHO.