1
0

remove apparently obsolete rp-pppoe configure setting

this were copied from nixpkgs but perhaps is for an older version of
rp-pppoe because it builds just fine without
This commit is contained in:
Daniel Barlow 2024-10-16 22:56:05 +01:00
parent 14bfebc5c3
commit 91bdfc2766

View File

@ -22,10 +22,6 @@ stdenv.mkDerivation rec {
export PPPD=${ppp}/sbin/pppd
'';
configureFlags = lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
"rpppoe_cv_pack_bitfields=rev"
];
postConfigure = ''
sed -i Makefile -e 's@DESTDIR)/etc/ppp@out)/etc/ppp@'
sed -i Makefile -e 's@PPPOESERVER_PPPD_OPTIONS=@&$(out)@'