Changeset 491


Ignore:
Timestamp:
Jan 8, 2015, 9:43:55 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: rpm, -Zbin-files is not optional...

File:
1 edited

Legend:

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

    r488 r491  
    2929Name: rpm
    3030Version: %{rpmver}
    31 Release: 19%{?dist}
     31Release: 20%{?dist}
    3232Group: System Environment/Base
    3333Url: http://www.rpm.org/
     
    215215export CONFIG_SITE="/@unixroot/usr/share/config.legacy";
    216216export CONFIG_SHELL="/@unixroot/usr/bin/sh";
    217 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp";
     217export LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp";
    218218export LIBS="-lintl -lurpo -lmmap -lpoll";
    219219CFLAGS="%{optflags} -I/@unixroot/usr/include/nss3 -I/@unixroot/usr/include/nspr4" ; \
     
    473473
    474474%changelog
     475* Thu Jan 08 2015 yd
     476- -Zbin-files is not optional...
     477
    475478* Thu Jan 01 2015 yd
    476479- r486, use urpo renameForce() to rename locked databases. ticket#99.
Note: See TracChangeset for help on using the changeset viewer.