import of utf8proc-v1.1.6
This commit is contained in:
10
pgsql/Makefile
Normal file
10
pgsql/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
utf8proc_pgsql.so: utf8proc_pgsql.o
|
||||
ld -shared -o utf8proc_pgsql.so utf8proc_pgsql.o
|
||||
|
||||
utf8proc_pgsql.o: utf8proc_pgsql.c
|
||||
gcc -Wall -fpic -c -I`pg_config --includedir-server` \
|
||||
-o utf8proc_pgsql.o utf8proc_pgsql.c
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so
|
||||
|
||||
Reference in New Issue
Block a user