mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-17 16:05:13 +02:00
11 lines
272 B
Diff
11 lines
272 B
Diff
--- nss-3.68.orig/nss/coreconf/nsinstall/Makefile
|
|
+++ nss-3.68/nss/coreconf/nsinstall/Makefile
|
|
@@ -32,6 +32,8 @@ endif
|
|
|
|
ifdef NATIVE_FLAGS
|
|
OS_CFLAGS=$(NATIVE_FLAGS)
|
|
+XCFLAGS = $(NATIVE_FLAGS)
|
|
+LDFLAGS = $(LDFLAGS_FOR_BUILD)
|
|
endif
|
|
|
|
include $(DEPTH)/coreconf/rules.mk
|