]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- glib2 linking fixed upstream
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 20 Mar 2011 00:27:36 +0000 (00:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.349

rc-scripts.spec

index eef6378ce5f7805bd63050a27ff71f4d91009674..817cfcee564b9ee36b4209748c45c9d719aeeb8b 100644 (file)
@@ -121,7 +121,6 @@ programcıklar içerir.
 %configure \
        --with-localedir=%{localedir}
 %{__make} \
-       %{?with_static:ppp_watch_LDADD="-Wl,-static $(pkg-config --libs --static glib-2.0) -Wl,-Bdynamic" ppp_watch_DEPENDENCIES=} \
        %{!?with_static:ppp_watch_LDADD="$(pkg-config --libs glib-2.0)" ppp_watch_DEPENDENCIES=}
 
 %install
@@ -131,7 +130,6 @@ install -d $RPM_BUILD_ROOT/etc/sysconfig/hwprofiles
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       %{?with_static:ppp_watch_LDADD="-Wl,-static $(pkg-config --libs --static glib-2.0) -Wl,-Bdynamic" ppp_watch_DEPENDENCIES=} \
        %{!?with_static:ppp_watch_LDADD="$(pkg-config --libs glib-2.0)" ppp_watch_DEPENDENCIES=}
 
 for i in 0 1 2 3 4 5 6; do
This page took 0.125794 seconds and 4 git commands to generate.