diff --git a/SysBuild/dbase/postgresql b/SysBuild/dbase/postgresql index dd755e6..41be0f5 100644 --- a/SysBuild/dbase/postgresql +++ b/SysBuild/dbase/postgresql @@ -99,7 +99,7 @@ mk32() { --with-CXX \ --with-gnu-ld \ --enable-syslog && - sed -e "s/^LD .*$/LD = \/usr\/bin\/ld -melf32_i386/" src/Makefile.global >/tmp/Makefile.global && + sed -e "s/^LD .*$/LD = \/usr\/bin\/ld -melf_i386/" src/Makefile.global >/tmp/Makefile.global && mv /tmp/Makefile.global src/Makefile.global && make -j $NUMCPU && make -j $NUMCPU DESTDIR=$TMPROOT install