mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix incorrect ordering in previous commit.
This commit is contained in:
parent
cb2924ca8c
commit
5de7148cc9
1 changed files with 2 additions and 2 deletions
|
|
@ -739,8 +739,8 @@ _startup_libs+= gnu/lib/csu gnu/lib/libgcc
|
|||
|
||||
_prebuild_libs= lib/libcom_err lib/libcrypt lib/libkvm lib/libmd \
|
||||
lib/libncurses lib/libopie lib/libradius lib/librpcsvc \
|
||||
lib/libsbuf lib/libtacplus lib/libutil lib/libz lib/msun \
|
||||
lib/libypclnt
|
||||
lib/libsbuf lib/libtacplus lib/libutil lib/libypclnt \
|
||||
lib/libz lib/msun
|
||||
|
||||
lib/libopie__L lib/libradius__L lib/libtacplus__L: lib/libmd__L
|
||||
lib/libypclnt__L: lib/librpcsvc__L
|
||||
|
|
|
|||
Loading…
Reference in a new issue