diff options
Diffstat (limited to 'packages/pam/files/libpam-make.patch')
-rw-r--r-- | packages/pam/files/libpam-make.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/pam/files/libpam-make.patch b/packages/pam/files/libpam-make.patch deleted file mode 100644 index 4991231aa5..0000000000 --- a/packages/pam/files/libpam-make.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |