]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- ppp-watch linking hack auto/th/rc-scripts-0_4_5-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Sep 2011 10:22:31 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts.spec -> 1.369

rc-scripts.spec

index 31cdc360687144223bafa39a54778cb415f6cc67..e07ca9c37b0271fbbf7912b6027df6c2856b1354 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8):     inittab ve /etc/rc.d dosyaları
 Name:          rc-scripts
 Version:       0.4.5
-Release:       0.6
+Release:       1
 License:       GPL v2
 Group:         Base
 #Source0:      ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
@@ -113,6 +113,10 @@ programcıklar içerir.
 %prep
 %setup -q
 
+# hack, currently this results -lgcc_s not found error:
+#GLIB_LIBS="-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic"
+sed -i -e 's#^GLIB_LIBS=.*#GLIB_LIBS="%{_prefix}/%{_lib}/libglib-2.0.a %{_prefix}/%{_lib}/librt.a"#' configure.ac
+
 %build
 %{__aclocal}
 %{__autoheader}
This page took 0.08684 seconds and 4 git commands to generate.