Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
integrated patch 'build fix' from bugzilla #328246
  • Loading branch information
nkwan%redhat.com committed Feb 24, 2006
1 parent 2818276 commit ba6136c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions security/coreconf/location.mk
Expand Up @@ -75,4 +75,12 @@ ifndef NSPR_LIB_DIR
NSPR_LIB_DIR = $(DIST)/lib
endif

ifdef NSS_INCLUDE_DIR
INCLUDES += -I$(NSS_INCLUDE_DIR)
endif

ifndef NSS_LIB_DIR
NSS_LIB_DIR = $(DIST)/lib
endif

MK_LOCATION = included

0 comments on commit ba6136c

Please sign in to comment.