Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cf88dd

Browse files
committed
Ready with PgSQL/Linux/32bit shared object too now
1 parent 1b9850b commit 8cf88dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
LIBDIR=/tmp
22

33
8.4:
4-
gcc -Wall -I/usr/include/postgresql/8.4/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
4+
gcc-4.3 -Wall -I/usr/include/postgresql/8.4/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
55
strip -sx lib_postgresqludf_sys.so
66
cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so
77

88
8.3:
9-
gcc -Wall -I/usr/include/postgresql/8.3/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
9+
gcc-4.3 -Wall -I/usr/include/postgresql/8.3/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
1010
strip -sx lib_postgresqludf_sys.so
1111
cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so
1212

1313
8.2:
14-
gcc -Wall -I/usr/include/postgresql/8.2/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
14+
gcc-4.3 -Wall -I/usr/include/postgresql/8.2/server -Os -shared lib_postgresqludf_sys.c -o lib_postgresqludf_sys.so
1515
strip -sx lib_postgresqludf_sys.so
1616
cp -f lib_postgresqludf_sys.so $(LIBDIR)/lib_postgresqludf_sys.so
-16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)