turn off new SE Linux code for now

This commit is contained in:
albert
2005-10-30 03:44:26 +00:00
parent f505219ae1
commit 3ced977cf2
3 changed files with 19 additions and 5 deletions

View File

@@ -69,6 +69,17 @@ _TARFILES := Makefile
CURSES := -lncurses
# This seems about right for the dynamic library stuff.
# Something like this is probably needed to make the SE Linux
# library loading not conflict with embedded systems stuff.
#
#ifeq ($(SHARED),1)
#ldl := -ldl
#LIBTYPE := -DSHAREDLIB
#else
#LIBTYPE := -DSTATICLIB
#endif
# Preprocessor flags.
PKG_CPPFLAGS := -D_GNU_SOURCE -I proc
CPPFLAGS := -I/usr/include/ncurses