mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Install a symlink
/usr/lib/include ==> /usr/include This fixes -print-file-name=include in clang (and is arguably a better way to fix the same issue in GCC than the change I made in r231336). MFC after: 1 week
This commit is contained in:
parent
1268d4813e
commit
7c83e4431a
1 changed files with 3 additions and 0 deletions
|
|
@ -252,4 +252,7 @@ _libusbhid= libusbhid
|
|||
_libusb= libusb
|
||||
.endif
|
||||
|
||||
afterinstall:
|
||||
ln -fs ../include ${DESTDIR}/usr/lib/include
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue