]> git.pld-linux.org Git - packages/ytalk.git/commitdiff
- fix build with --no-add-needed ldflag
authorsparky <sparky@pld-linux.org>
Thu, 6 Jan 2011 20:31:19 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use rpmcppflags

Changed files:
    ytalk.spec -> 1.43

ytalk.spec

index 16d5d2c119dbe347dfb34ab9c6f63985f4c47789..23ed5636b349c6f43fabb43dd7294ae42c923ee6 100644 (file)
@@ -67,7 +67,8 @@ içerir. Standart talkd daemon'u kullanır.
 
 %build
 %{__autoconf}
-CPPFLAGS="-I/usr/include/ncurses" \
+LIBS="-ltinfo" \
+CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses" \
 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
 ./configure %{_target_platform} \
        --prefix=%{_prefix} \
This page took 0.071669 seconds and 4 git commands to generate.