mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
0afe9d1f70
Always set `SRCTOP`, set it with abs path
llvmPackages: Bump minimum version for FreeBSD
llvmPackages_*, libgcc, compiler_rt: Hack in enough libs that one can compiler C
freebsd.compat: Rename some things to work around cc-wrapper change
0bea4a194f
/ #191724 in particular
12 lines
272 B
Diff
12 lines
272 B
Diff
--- a/lib/librpcsvc/Makefile
|
|
+++ b/lib/librpcsvc/Makefile
|
|
@@ -20,7 +20,7 @@ OTHERSRCS+= yp_passwd.c yp_update.c
|
|
|
|
RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C
|
|
|
|
-INCDIRS= -I${SYSROOT:U${DESTDIR}}/usr/include/rpcsvc
|
|
+INCDIRS= -I${INCLUDEDIR}/rpcsvc
|
|
|
|
CFLAGS+= -DYP ${INCDIRS}
|
|
|