"Fixed" the FreeBSD build.
This commit is contained in:
parent
908221f7dd
commit
febb37700a
|
@ -48,5 +48,8 @@ LDFLAGS += \
|
||||||
|
|
||||||
# flags for warning on undefined symbols
|
# flags for warning on undefined symbols
|
||||||
# this is not gcc-global because OS X doesn't support these flags
|
# this is not gcc-global because OS X doesn't support these flags
|
||||||
|
# TODO figure out why FreeBSD follows linked libraries here
|
||||||
|
ifneq ($(shell uname -s),FreeBSD)
|
||||||
LDFLAGS += \
|
LDFLAGS += \
|
||||||
-Wl,--no-undefined -Wl,--no-allow-shlib-undefined
|
-Wl,--no-undefined -Wl,--no-allow-shlib-undefined
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue