blob: 79320e87bfc4dbc074ca513240f775d79f87db9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ak,v 1.4 2009/07/19 00:33:10 asau Exp $
--- libcruft/Makerules.in.orig 2009-05-25 10:04:58.000000000 +0400
+++ libcruft/Makerules.in 2009-06-28 21:23:02.000000000 +0400
@@ -54,6 +54,8 @@
DISTFILES = $(CRUFT_SRC) $(addprefix $(srcdir)/, Makefile.in $(SPECIAL))
+FFLAGS += $(FPICFLAG)
+
ifeq ($(SHARED_LIBS), true)
ifdef FPICFLAG
CRUFT_FPICOBJ := $(addprefix pic/, $(CRUFT_FOBJ))
|