binutils: allow static linking
[openadk.git] / package / nss / patches / patch-nss_coreconf_nsinstall_Makefile
blob251a628b1a483cc305cc475d5e7f42353a192473
1 --- nss-3.15.2.orig/nss/coreconf/nsinstall/Makefile     2013-09-25 15:57:55.000000000 +0200
2 +++ nss-3.15.2/nss/coreconf/nsinstall/Makefile  2013-10-11 16:12:45.000000000 +0200
3 @@ -18,19 +18,14 @@ INTERNAL_TOOLS  = 1
4  
5  include $(DEPTH)/coreconf/config.mk
6  
7 -ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET)))
8 -PROGRAM                =
9 -else
10 -TARGETS                = $(PROGRAM)
11  INSTALL                = true
12 -endif
14  ifdef NATIVE_CC
15  CC=$(NATIVE_CC)
16  endif
18  ifdef NATIVE_FLAGS
19 -OS_CFLAGS=$(NATIVE_FLAGS)
20 +CFLAGS=$(NATIVE_FLAGS)
21  endif
23  include $(DEPTH)/coreconf/rules.mk