]> git.pld-linux.org Git - packages/freeradius.git/commitdiff
- smbencrypt linking patch
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 14 Oct 2004 07:20:48 +0000 (07:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeradius-smbencrypt.patch -> 1.1

freeradius-smbencrypt.patch [new file with mode: 0644]

diff --git a/freeradius-smbencrypt.patch b/freeradius-smbencrypt.patch
new file mode 100644 (file)
index 0000000..e52b0ca
--- /dev/null
@@ -0,0 +1,11 @@
+--- freeradius-1.0.1.orig/src/modules/rlm_mschap/Makefile      2004-06-02 18:17:07.000000000 +0200
++++ freeradius-1.0.1/src/modules/rlm_mschap/Makefile   2004-10-13 09:04:16.171895090 +0200
+@@ -14,7 +14,7 @@
+ $(DYNAMIC_OBJS): $(HEADERS)
+ smbencrypt: smbencrypt.o smbdes.o $(HEADERS)
+-      $(CC) -I../../include $(LDFLAGS) -o smbencrypt smbencrypt.o smbdes.o ../../lib/libradius.a
++      $(CC) $(CFLAGS) $(LDFLAGS) -o smbencrypt ../../lib/md4.c smbencrypt.o smbdes.o
+ smbencrypt-install:
+       $(INSTALL) -d -m 755 $(R)$(bindir)
This page took 0.066576 seconds and 4 git commands to generate.