]> git.pld-linux.org Git - packages/popt.git/commitdiff
- there is no reason to link tests statically, so BR glibc-static can be avoided
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Jun 2003 08:17:53 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    popt.spec -> 1.61

popt.spec

index 212688808a599ec91b7e82be25232e37ae8bc7c6..546bba0e23eca160a3bd3d2c9a09b52d1e174384 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -20,7 +20,6 @@ BuildRequires:        autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gettext-devel >= 0.11.5
 BuildRequires: libtool
-BuildRequires: glibc-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # don't require very fresh rpm.macros to build
@@ -99,7 +98,7 @@ Biblioteka statyczna popt.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1 -b .orig
+%patch2 -p1
 %patch3 -p1
 
 mv -f po/zh_CN{.GB2312,}.po
@@ -115,7 +114,12 @@ autoupdate
 %{__automake} -i
 %configure \
        --enable-shared
-%{__make}
+
+# no reason to link tests statically - omit -all-static
+%{__make} \
+       test1_LDFLAGS="" \
+       test2_LDFLAGS="" \
+       test3_LDFLAGS=""
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.037976 seconds and 4 git commands to generate.