• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ngrep/0003-fix-static-link.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
ngrep: fix static link with pcre
2
​
3
Libraries must be placed after object files.
4
​
5
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
6
---
7
 Makefile.in | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
​
10
diff --git a/Makefile.in b/Makefile.in
11
index 2ae4506..761d7d9 100644
12
--- a/Makefile.in
13
+++ b/Makefile.in
14
@@ -11,7 +11,7 @@ CFLAGS=@CFLAGS@ -D@OS@ @DEFS@ @EXTRA_DEFINES@
15
 INCLUDES=-I@srcdir@ @PCAP_INCLUDE@ @EXTRA_INCLUDES@
16
 
17
 LDFLAGS=@LDFLAGS@ @PCAP_LINK@
18
-LIBS=-lpcap @EXTRA_LIBS@ 
19
+LIBS=@LIBS@ @EXTRA_LIBS@
20
 
21
 STRIPFLAG=@STRIPFLAG@
22
 
23
-- 
24
1.8.1.4
25
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.