Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 918156 Details for
Bug 911781
Review Request: bittwist - Bit-Twist is a simple yet powerful libpcap-based Ethernet packet generator.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
bittwist Make file patch 2014-07-15
bittwist-Makefile.patch (text/plain), 1.19 KB, created by
Giuseppe Marco Randazzo
on 2014-07-15 12:44:35 UTC
(
hide
)
Description:
bittwist Make file patch 2014-07-15
Filename:
MIME Type:
Creator:
Giuseppe Marco Randazzo
Created:
2014-07-15 12:44:35 UTC
Size:
1.19 KB
patch
obsolete
>--- Makefile.orig 2013-02-17 00:27:53.441021435 +0100 >+++ Makefile 2014-06-23 20:48:49.283046022 +0200 >@@ -1,6 +1,6 @@ > SHELL = /bin/sh > >-prefix = /usr >+prefix ?= $(DESTDIR)/usr > exec_prefix = ${prefix} > bindir = ${exec_prefix}/bin > mandir = ${prefix}/share/man/man1 >@@ -19,22 +19,20 @@ > all: bittwist bittwiste > > bittwist: >- $(CC) $(CFLAGS) $(SRC)/bittwist.c -o $(SRC)/bittwist -I/usr/local/include -L/usr/local/lib -lpcap >+ $(CC) $(CFLAGS) $(SRC)/bittwist.c -o $(SRC)/bittwist -lpcap > > bittwiste: >- $(CC) $(CFLAGS) $(SRC)/bittwiste.c -o $(SRC)/bittwiste -I/usr/local/include -L/usr/local/lib -lpcap >+ $(CC) $(CFLAGS) $(SRC)/bittwiste.c -o $(SRC)/bittwiste -lpcap > > clean: > rm -f $(SRC)/bittwist $(SRC)/bittwiste > > install: >- mkdir -p $(bindir) >- chmod 755 $(bindir) >- $(INSTALL_PROGRAM) $(SRC)/bittwist $(SRC)/bittwiste $(bindir) >+ mkdir -p \${bindir} >+ cp $(SRC)/bittwist $(SRC)/bittwiste $(bindir) > mkdir -p $(mandir) >- chmod 755 $(mandir) >- $(INSTALL_DATA) $(DOC)/bittwist.1 $(DOC)/bittwiste.1 $(mandir) >- >+ cp $(DOC)/bittwist.1 $(DOC)/bittwiste.1 $(mandir) >+ > uninstall: > rm -f $(bindir)/bittwist $(bindir)/bittwiste > rm -f $(mandir)/bittwist.1 $(mandir)/bittwiste.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911781
:
911551
|
911552
|
918154
|
918155
| 918156