aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam/files/libpam-make.patch
blob: 4991231aa5c64c63f87e87a8b22a590674d554f3 (plain)
1
2
3
4
5
6
7
8
9
10
--- Linux-PAM-0.79/Make.Rules.in.orig	2005-04-15 01:28:45.695508120 -0700
+++ Linux-PAM-0.79/Make.Rules.in	2005-04-15 01:28:10.274892872 -0700
@@ -122,3 +122,7 @@
 ifdef DYNAMIC
 CFLAGS += $(PIC)
 endif
+
+ifdef DESTDIR
+FAKEROOT = $(DESTDIR)
+endif