diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-04 22:54:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-04 22:54:18 +0000 |
| commit | e43ecb3d1a1c5af574fdd6333bdd64330a148bf6 (patch) | |
| tree | 897b6c54db9c33efff536be673cc6d94fd490d54 /src/makefiles/Makefile.solaris | |
| parent | be475f92cd43ce0c66246cb488fb29b0a12f5674 (diff) | |
| download | postgresql-e43ecb3d1a1c5af574fdd6333bdd64330a148bf6.tar.gz | |
Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
Diffstat (limited to 'src/makefiles/Makefile.solaris')
| -rw-r--r-- | src/makefiles/Makefile.solaris | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/makefiles/Makefile.solaris b/src/makefiles/Makefile.solaris index 3bc4f5a914..eb7dbd79a3 100644 --- a/src/makefiles/Makefile.solaris +++ b/src/makefiles/Makefile.solaris @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.8 2001/11/11 19:20:53 momjian Exp $ +# $Header: /cvsroot/pgsql/src/makefiles/Makefile.solaris,v 1.9 2002/09/04 22:54:18 petere Exp $ AROPT = crs @@ -16,11 +16,6 @@ CFLAGS_SL = -fPIC else CFLAGS_SL = -KPIC endif -ifeq ($(GXX), yes) -CXXFLAGS_SL = -fPIC -else -CXXFLAGS_SL = -KPIC -endif %.so: %.o $(LD) -G -Bdynamic -o $@ $< |
