mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
allow empty --with-stb-hal-build path
This commit is contained in:
@@ -143,7 +143,7 @@ AC_ARG_WITH(stb-hal-includes,
|
||||
[STB_HAL_INC="$withval"],[STB_HAL_INC=""])
|
||||
AC_ARG_WITH(stb-hal-build,
|
||||
[ --with-stb-hal-build=PATH path where libstb-hal is built [[NONE]]],
|
||||
[STB_HAL_LIB="$withval"],[STB_HAL_LIB=""])
|
||||
[STB_HAL_LIB="-L $withval"],[STB_HAL_LIB=""])
|
||||
|
||||
AM_CONDITIONAL(USE_STB_HAL, test "$BOXTYPE" != "coolstream")
|
||||
if test "$BOXTYPE" != coolstream; then
|
||||
|
@@ -145,7 +145,7 @@ if USE_STB_HAL
|
||||
neutrino_LDADD += \
|
||||
-lstb-hal
|
||||
neutrino_LDFLAGS = \
|
||||
-L$(STB_HAL_LIB)
|
||||
$(STB_HAL_LIB)
|
||||
endif
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
|
Reference in New Issue
Block a user