Logoj0ke.net Open Build Service > Projects > home:netmax:tools > mtr > Changes
Sign Up | Log In

Problem getting expanded diff: bad link: openSUSE.org:openSUSE:Factory/mtr: project 'openSUSE.org:openSUSE:Factory' does not exist

Changes of Revision 3

[-] Changed mtr.spec
x
 
1
@@ -38,6 +38,7 @@
2
 BuildRequires:  xorg-x11-devel
3
 Requires(post): permissions
4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
5
+#!BuildIgnore:          post-build-checks
6
 
7
 %description
8
 Mtr is a network diagnostic tool that combines Ping and Traceroute into
9
@@ -70,7 +71,7 @@
10
 autoreconf -vi
11
 
12
 export CFLAGS="%{optflags} -fpie -fPIE"
13
-export LDFLAGS="-pie -Wl,-z,relro,-z,now -lncurses"
14
+export LDFLAGS="-pie -Wl,-z,relro,-z,now -lncurses -ltinfo"
15
 
16
 %configure \
17
    --enable-ipv6 \
18