]> git.pld-linux.org Git - packages/bash.git/commitdiff
- added bash-autoconf.patch,
authorkloczek <kloczek@pld-linux.org>
Mon, 3 May 1999 16:41:21 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added TERMCAP_LIB="-lncurses" to make paramets.

Changed files:
    bash.spec -> 1.9

bash.spec

index cf060087f4572960542029662f37d26c44cb77c6..63edda4bf50d8c074cf7e91647035a63d5eaa83e 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -15,6 +15,7 @@ Patch0:               bash-arm.patch
 Patch1:                bash-fixes.patch
 Patch2:                bash-paths.patch
 Patch3:                bash-security.patch
+Patch4:                bash-autoconf.patch
 Prereq:                fileutils
 Prereq:                grep
 Buildroot:     /tmp/%{name}-%{version}-root
@@ -70,6 +71,7 @@ tasarlanm
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
@@ -82,7 +84,7 @@ LDFLAGS="-s" CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
        --enable-restricted \
        --enable-readline \
        --enable-static-link
-make 
+make TERMCAP_LIB="-lncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.084453 seconds and 4 git commands to generate.