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:
parent
14bfebc5c3
commit
91bdfc2766
@ -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)@'
|
||||
|
Loading…
Reference in New Issue
Block a user