mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
11 lines
271 B
Text
11 lines
271 B
Text
--- module_example/Makefile.orig 2008-03-31 11:36:42.000000000 -0700
|
|
+++ module_example/Makefile 2008-04-22 11:40:52.000000000 -0700
|
|
@@ -2,7 +2,7 @@
|
|
# $Id: Makefile 690 2008-03-31 18:36:43Z $
|
|
|
|
CC = gcc
|
|
-CFLAGS = -Wall -g
|
|
+CFLAGS = -Wall -g -fPIC
|
|
|
|
all: example.so
|
|
|