use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctly

This commit is contained in:
Matthieu Herrb 2008-03-02 19:27:53 +01:00 committed by Matthieu Herrb
parent 2bb9c1f36f
commit c934366424
2 changed files with 4 additions and 1 deletions

View File

@ -1137,6 +1137,9 @@ XSERVER_SYS_LIBS="${XSERVERLIBS_LIBS} ${SYS_LIBS} ${LIBS} ${LIBCRYPTO}"
AC_SUBST([XSERVER_LIBS])
AC_SUBST([XSERVER_SYS_LIBS])
UTILS_SYS_LIBS="${SYS_LIBS}"
AC_SUBST([UTILS_SYS_LIBS])
# The Xorg binary needs to export symbols so that they can be used from modules
# Some platforms require extra flags to do this. gcc should set these flags
# when -rdynamic is passed to it, other compilers/linkers may need to be added

View File

@ -37,7 +37,7 @@ ioport_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
ioport_LDADD = \
../../os-support/libxorgos.la \
../../dummylib/libdummy-nonserver.a \
${SYS_LIBS}
${UTILS_SYS_LIBS}
ioport_SOURCES = \