Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 635224 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.config (+2 lines)
Lines 2-11 Link Here
2
include $(__nmk_dir)msg.mk
2
include $(__nmk_dir)msg.mk
3
include scripts/feature-tests.mak
3
include scripts/feature-tests.mak
4
4
5
ifeq ($(SETPROCTITLE),yes)
5
ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),true)
6
ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),true)
6
        LIBS_FEATURES	+= -lbsd
7
        LIBS_FEATURES	+= -lbsd
7
        FEATURE_DEFINES	+= -DCONFIG_HAS_LIBBSD
8
        FEATURE_DEFINES	+= -DCONFIG_HAS_LIBBSD
8
endif
9
endif
10
endif
9
11
10
ifeq ($(call pkg-config-check,libselinux),y)
12
ifeq ($(call pkg-config-check,libselinux),y)
11
        LIBS_FEATURES	+= -lselinux
13
        LIBS_FEATURES	+= -lselinux

Return to bug 635224