mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix for dynamic linking.
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
This commit is contained in:
parent
da0db726f7
commit
ea3de363aa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ NOMAN=
|
|||
WARNS=5
|
||||
|
||||
DDADD= ${LIBGEOM}
|
||||
LDADD= -lgeom
|
||||
LDADD= -lgeom -lbsdxml -lsbuf
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/geom
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue