Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 103
[-]
[+]
Changed
nprobe.spec
@@ -109,6 +109,10 @@ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} cd nDPI ; ./configure ; make ; cd .. +# fix nasty recordcc-switches: File not found +for file in $(find . -type f -name Makefile) ; do + sed -i s@" recordcc-switches "@" -grecord-gcc-switches "@g ${file} +done %__make %install