Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
-static flag isn't needed here
  • Loading branch information
Ignacio Nin committed May 24, 2010
1 parent fd6d334 commit 527d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpcap/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#

all-local:
(cd libpcap-*/ && $(MAKE) LDFLAGS=-static libpcap.a)
(cd libpcap-*/ && $(MAKE) libpcap.a)

clean-local:
(cd libpcap-*/ && $(MAKE) clean)
Expand Down

0 comments on commit 527d177

Please sign in to comment.