]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-use-lncurses-instead-of-path-20030701
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Tue, 1 Jul 2003 20:31:40 +0000 (20:31 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Jul 2003 20:31:40 +0000 (20:31 +0000)
FIXES 1648

use -lncurses instead of explicit path

(cherry picked from commit 4fc1bbdf9406bf28e9027d68d3b861ded9b65fd5)

src/config/Makefile.i386_linux22.in
src/config/Makefile.i386_linux24.in

index 6f2b45165c37ad1a133792329b2f0097479c271d..90076d790bd25b5884493b92fa4014c99479630e 100644 (file)
@@ -32,7 +32,7 @@ SHLIB_LINKER=${MT_CC} -shared
 #
 # libraries
 MTLIBS=-lpthread
-TXLIBS= /usr/lib/libncurses.so
+TXLIBS=-lncurses
 XLIBS= @LIB_AFSDB@
 #
 # programs
index e905612e242009cbc9fc2f7b5ed69008f4e656ad..646422da9801016b42ca54946774a97489ea70fa 100644 (file)
@@ -24,7 +24,7 @@ SHLIB_LINKER=${MT_CC} -shared
 #
 # libraries
 MTLIBS=-lpthread
-TXLIBS= /usr/lib/libncurses.so
+TXLIBS=-lncurses
 XLIBS= @LIB_AFSDB@
 #
 # programs