Changeset 1511 for spec/trunk/SPECS


Ignore:
Timestamp:
Nov 5, 2018, 7:33:35 PM (7 years ago)
Author:
Silvan Scherrer
Message:

use -lcx instead of -lcx0, add new BuildReq to sed

Location:
spec/trunk/SPECS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/djvulibre.spec

    r846 r1511  
    7676export CXXFLAGS="$RPM_OPT_FLAGS -mstackrealign"
    7777export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    78 export LIBS="-lcx0"
     78export LIBS="-lcx"
    7979export NOCONFIGURE=1
    8080autogen.sh
  • spec/trunk/SPECS/groff.spec

    r1503 r1511  
    102102%build
    103103export LDFLAGS=" -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    104 export LIBS="-lcx0"
     104export LIBS="-lcx"
    105105%configure \
    106106    --docdir=%{_pkgdocdir} \
  • spec/trunk/SPECS/sed.spec

    r1508 r1511  
    1313Source1: http://sed.sourceforge.net/sedfaq.txt
    1414BuildRequires: libc-devel, libcx-devel, automake, autoconf, gcc
     15BuildRequires: gettext-devel, gettext-common-devel
    1516#BuildRequires: glibc-devel, libacl-devel
    1617#BuildRequires: perl-Getopt-Long
     
    3637%build
    3738export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    38 export LIBS="-lcx0"
     39export LIBS="-lcx"
    3940%configure --without-included-regex
    4041# we need that until we have a later texinfo :(
Note: See TracChangeset for help on using the changeset viewer.