]> git.pld-linux.org Git - packages/elm.git/commitdiff
98ec8a5ea2338f18e3501ace99a18c3a elm-no-static-libcrypt.patch
authorankry <ankry@pld-linux.org>
Wed, 3 Oct 2001 23:10:27 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elm-no-static-libcrypt.patch -> 1.1

elm-no-static-libcrypt.patch [new file with mode: 0644]

diff --git a/elm-no-static-libcrypt.patch b/elm-no-static-libcrypt.patch
new file mode 100644 (file)
index 0000000..e94b712
--- /dev/null
@@ -0,0 +1,33 @@
+--- lib/Makefile.old   Thu Oct  4 00:03:15 2001
++++ lib/Makefile       Thu Oct  4 00:03:43 2001
+@@ -211,7 +211,7 @@
+ INCLS         = -I.. -I$(INCLDIR)
+ CFLAGS                = $(CCFLAGS) $(OPTIMIZE) $(DEBUG) $(INCLS)
+ LFLAGS                =  
+-LIBS          = /usr/lib/libcrypt.a -lncurses
++LIBS          = -lcrypt -lncurses
+ LINTFLAGS     = $(INCLS)
+ AR            = ar
+--- src/Makefile~      Thu Oct  4 00:06:29 2001
++++ src/Makefile       Thu Oct  4 00:08:58 2001
+@@ -133,7 +133,7 @@
+ INCLS         = -I.. -I$(INCLDIR)
+ CFLAGS                = $(CCFLAGS) $(OPTIMIZE) $(DEBUG) $(INCLS)
+ LFLAGS                =  
+-LIBS          =  /usr/lib/libcrypt.a -lncurses
++LIBS          = -lcrypt -lncurses
+ LINTFLAGS     = $(INCLS)
+ AR            = ar
+--- utils/Makefile~    Thu Oct  4 00:28:10 2001
++++ utils/Makefile     Thu Oct  4 00:29:49 2001
+@@ -203,7 +203,7 @@
+ INCLS         = -I.. -I$(INCLDIR)
+ CFLAGS                = $(CCFLAGS) $(OPTIMIZE) $(DEBUG) $(INCLS)
+ LFLAGS                =  
+-LIBS          =  /usr/lib/libcrypt.a -lncurses
++LIBS          = -lcrypt -lncurses
+ LINTFLAGS     = $(INCLS)
+ AR            = ar
This page took 0.112527 seconds and 4 git commands to generate.