]> git.pld-linux.org Git - packages/setup.git/commitdiff
- rel 3; make sure it is built statically auto/th/setup-2.8.5-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Jun 2013 13:45:11 +0000 (15:45 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Jun 2013 13:45:11 +0000 (15:45 +0200)
setup.spec

index aee3d7136ce65089457055de8d025a8d7fc34606..aa5ef3f7014c139cd2b2c928065ed1e58058f1f4 100644 (file)
@@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração
 Summary(tr.UTF-8):     Basit kurulum dosyaları
 Name:          setup
 Version:       2.8.5
-Release:       2
+Release:       3
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       %{name}-%{version}.tar.bz2
@@ -104,7 +104,9 @@ cp -a %{SOURCE3} iana-etc/port-numbers.iana
 %{__make} \
        CC="%{?with_diet:diet }%{__cc}" \
        OPT_FLAGS="%{rpmcflags} -Os" \
-       LDFLAGS="%{rpmcflags} %{rpmldflags}"
+       LDFLAGS="%{rpmcflags} %{rpmldflags} -static"
+
+ldd postshell | grep "not a dynamic executable" || exit 1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.090715 seconds and 4 git commands to generate.