]> git.pld-linux.org Git - packages/tig.git/commitdiff
- link with -lncursesw, because pl.po
authorwitekfl <witekfl@pld-linux.org>
Thu, 14 Feb 2008 19:05:36 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  in elinks-0.12.GIT is encoded in UTF-8.
- rel 2

Changed files:
    tig.spec -> 1.8

tig.spec

index d5cf79f4f680a6c02c5ec8f90ddd85c424dcf5a1..40d1e0b52d92935d25f927f7212ff8eb504c8ff5 100644 (file)
--- a/tig.spec
+++ b/tig.spec
@@ -2,7 +2,7 @@ Summary:        Text-mode interface for git-core
 Summary(pl.UTF-8):     Tekstowy interfejs do git-core
 Name:          tig
 Version:       0.9.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.gz
@@ -51,7 +51,8 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla tiga.
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses"
+       CFLAGS="%{rpmcflags} %{rpmldflags} -I/usr/include/ncurses" \
+       LDLIBS=-lncursesw
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.048764 seconds and 4 git commands to generate.