2
0
Fork 0

Do not link to the fullpaths of libc and libm

This commit is contained in:
Emery Hemingway 2019-11-20 10:51:18 +01:00
parent 0263e06fbe
commit 41d52bbd35
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ URL: https://genode.org/
Version: @version@
Requires: vfs
Cflags: -D__FreeBSD__=8 -D__ISO_C_VISIBLE=1999 -fno-builtin-sin -fno-builtin-cos -fno-builtin-sinf -fno-builtin-cosf
Libs: ${libdir}/libc.lib.so
Libs: -L${libdir} -l:libc.lib.so

View File

@ -5,4 +5,4 @@ Description: Genode math library
URL: https://genode.org/
Version: @version@
Requires: libc
Libs: ${libdir}/libm.lib.so
Libs: -L${libdir} -l:libm.lib.so