diff --git a/osmo-ggsn.spec b/osmo-ggsn.spec index 27c4655..45809db 100644 --- a/osmo-ggsn.spec +++ b/osmo-ggsn.spec @@ -16,7 +16,7 @@ # -%define _lto_cflags %{nil} +%define _lto_cflags %nil Name: osmo-ggsn %define lname libgtp5 @@ -39,7 +39,6 @@ BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0 BuildRequires: pkgconfig(libosmogsm) BuildRequires: pkgconfig(libosmovty) >= 1.1.0 Obsoletes: openggsn -%{?systemd_ordering} %description Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS @@ -79,7 +78,7 @@ make %{?_smp_mflags} V=1 %install b="%buildroot" %make_install -find $b -type f -name "*.la" -delete -print +find "$b" -type f -name "*.la" -delete -print install -d "$b/%_sbindir" ln -s "%_sbindir/service" "$b/%_sbindir/rc%name" install -d "$b/%_sysconfdir/osmocom"