mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Unbroke PRECIOUSLIB feature (broken in rev 1.88).
Original version submitted by: Jim Bloom <bloom@acm.org> Reviewed by: bde Approved by: jkh
This commit is contained in:
parent
4af90a4da4
commit
1a66233dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ _INSTALLFLAGS:= ${INSTALLFLAGS}
|
|||
.for ie in ${INSTALLFLAGS_EDIT}
|
||||
_INSTALLFLAGS:= ${_INSTALLFLAGS${ie}}
|
||||
.endfor
|
||||
_SHLINSTALLFLAGS:= ${INSTALLFLAGS}
|
||||
_SHLINSTALLFLAGS:= ${SHLINSTALLFLAGS}
|
||||
.for ie in ${INSTALLFLAGS_EDIT}
|
||||
_SHLINSTALLFLAGS:= ${_SHLINSTALLFLAGS${ie}}
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue