]> git.pld-linux.org Git - packages/gettext.git/commitdiff
- pass LDFLAGS="-s" to ./configure enviroment instead strip in %install gettext-0_10_35-11
authorkloczek <kloczek@pld-linux.org>
Mon, 9 Aug 1999 21:00:54 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  binaries.

Changed files:
    gettext.spec -> 1.21

gettext.spec

index 6ac09d64272b25f2d8bf56541685d3fc7c0b7fce..fc2680a4f60f0fe41775a0cc7c2aaa2c7eebc903 100644 (file)
@@ -56,6 +56,7 @@ uluslararas
 
 %build
 autoconf
+LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-shared \
        --with-included-gettext 
@@ -69,8 +70,6 @@ install -d $RPM_BUILD_ROOT/bin
 make install \
        DESTDIR=$RPM_BUILD_ROOT 
 
-strip $RPM_BUILD_ROOT%{_bindir}/* || :
-
 mv -f $RPM_BUILD_ROOT%{_bindir}/gettext $RPM_BUILD_ROOT/bin/gettext
 
 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* \
This page took 0.986802 seconds and 4 git commands to generate.