Skip to content

Commit

Permalink
-fPIC needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Valchev committed Jun 9, 2005
1 parent bede40e commit 2d224b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions net/flow-tools/patches/patch-lib_Makefile_in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$OpenBSD: patch-lib_Makefile_in,v 1.1 2005/06/09 01:10:43 pvalchev Exp $
--- lib/Makefile.in.orig Wed Jun 8 18:28:07 2005
+++ lib/Makefile.in Wed Jun 8 18:30:30 2005
@@ -121,7 +121,7 @@ target_alias = @target_alias@

#AM_CFLAGS=-g -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs
#AM_CFLAGS=-O2
-AM_CFLAGS = -g -Wall
+AM_CFLAGS = -g -Wall -fPIC

include_HEADERS = ftlib.h ftqueue.h radix.h ftpaths.h ftconfig.h
lib_LIBRARIES = libft.a

0 comments on commit 2d224b7

Please sign in to comment.