diff options
| author | Peter Eisentraut | 2012-12-18 06:13:59 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-12-18 06:13:59 +0000 |
| commit | 1a5f04dd7eed0ac27cc5da9520ef55e16531bca6 (patch) | |
| tree | 1b8bb9199cf95c71ce35673f59a9e64b26555c99 /src/makefiles/Makefile.freebsd | |
| parent | 8d2e9a9dbd56aabb9273fbc30ca6c03d6f24b996 (diff) | |
Remove allow_nonpic_in_shlib
This was used in a time when a shared libperl or libpython was difficult
to come by. That is obsolete, and the idea behind the flag was never
fully portable anyway and will likely fail on more modern CPU
architectures.
Diffstat (limited to 'src/makefiles/Makefile.freebsd')
| -rw-r--r-- | src/makefiles/Makefile.freebsd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/makefiles/Makefile.freebsd b/src/makefiles/Makefile.freebsd index 839864c7f8e..5a98e5a2b0b 100644 --- a/src/makefiles/Makefile.freebsd +++ b/src/makefiles/Makefile.freebsd @@ -9,10 +9,6 @@ DLSUFFIX = .so CFLAGS_SL = -fPIC -DPIC -ifeq ($(findstring i386,$(host_cpu)), i386) -allow_nonpic_in_shlib = yes -endif - # Rule for building a shared library from a single .o file %.so: %.o |
