]> git.pld-linux.org Git - packages/gg.git/commitdiff
- pass %%{rpmldflags} in LDFLAGS. gg-0_2_0-2
authorkloczek <kloczek@pld-linux.org>
Tue, 4 Dec 2001 06:18:40 +0000 (06:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gg.spec -> 1.20

gg.spec

diff --git a/gg.spec b/gg.spec
index 8566abb6bbf12c1f2bc448d3dd49b97c5fdda799..8eda4e071e6c975ecd4cffd3f1d59929622bfd56 100644 (file)
--- a/gg.spec
+++ b/gg.spec
@@ -47,8 +47,10 @@ Klient Gadu-Gadu na licencji GNU/GPL. Wersja dokowalna dla gnome.
 %patch0 -p1
 
 %build
-LDFLAGS=" -L%{_libdir} "
-%configure --enable-gnome --enable-panel
+LDFLAGS=" -L%{_libdir} %{rpmldflags}"
+%configure \
+       --enable-gnome \
+       --enable-panel
 %{__make}
 mv src/gg src/gnu_gadu_applet
 %{__make} clean
This page took 0.057701 seconds and 4 git commands to generate.