]> git.pld-linux.org Git - packages/setup.git/commitdiff
- build with dietlibc - seems to work
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 26 Sep 2003 08:35:44 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup.spec -> 1.76

setup.spec

index e1dd30e3634a92e0564fb2a55fdd7f198b6bb1b8..d627721756f420afc196356f89cca5ef03d88550 100644 (file)
@@ -13,11 +13,12 @@ Patch0:             setup-services-callbook2sieve.patch
 Patch1:                setup-services-IRRd.patch
 Name:          setup
 Version:       2.4.4
-Release:       1.4
+Release:       1.5
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       http://piorun.ds.pg.gda.pl/~blues/SOURCES/%{name}-%{version}.tar.bz2
 # Source0-md5: 74484812aa2e01e5b2fa5c4e8276969a
+BuildRequires: dietlibc-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 AutoReqProv:   no
 
@@ -65,7 +66,7 @@ dosyalar
 %build
 %{__make} \
        OPT_FLAGS="%{rpmcflags}" \
-       CC=%{__cc}
+       CC="diet %{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.102541 seconds and 4 git commands to generate.