]> git.pld-linux.org Git - packages/libglade.git/commitdiff
- removed automake from %build, libglade-0_5-1
authorkloczek <kloczek@pld-linux.org>
Wed, 8 Sep 1999 22:41:25 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added passing LDFLAGS="-s" to ./configure enviroment.

Changed files:
    libglade.spec -> 1.4

libglade.spec

index 1836136b45506c3f9d15b02d19b02e329ecfc324..5b328cc7357bccc45240b7b5950048db3c7e5e7f 100644 (file)
@@ -44,8 +44,8 @@ Static libglade library.
 %setup -q
 
 %build
-automake
 gettextize --copy --force
+LDFLAGS="-s"; export LDFLAGS
 %configure
 make
 
This page took 0.136189 seconds and 4 git commands to generate.