Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
postgresql
:
8.1
>
postgresql
> postgresql-fpic.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File postgresql-fpic.patch of Package postgresql
--- src/makefiles/Makefile.linux +++ src/makefiles/Makefile.linux @@ -4,12 +4,7 @@ shlib_symbolic = -Wl,-Bsymbolic allow_nonpic_in_shlib = yes DLSUFFIX = .so - -ifeq "$(findstring sparc,$(host_cpu))" "sparc" CFLAGS_SL = -fPIC -else -CFLAGS_SL = -fpic -endif %.so: %.o $(CC) -shared -o $@ $<