mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-1830_ghidra1_BSim_GSON'
This commit is contained in:
commit
747edbfc67
6 changed files with 15 additions and 15 deletions
|
@ -18,11 +18,11 @@
|
|||
# This script builds the postgresql server and BSim extension within a
|
||||
# GHIDRA installation.
|
||||
#
|
||||
# The PostgreSQL source distribution file postgresql-15.3.tar.gz must
|
||||
# The PostgreSQL source distribution file postgresql-15.10.tar.gz must
|
||||
# be placed in the BSim module directory prior to running this script.
|
||||
# This file can be downloaded directly from the PostgreSQL website at:
|
||||
#
|
||||
# https://www.postgresql.org/ftp/source/v15.3
|
||||
# https://www.postgresql.org/ftp/source/v15.10
|
||||
#
|
||||
# Within development environments, this script will first check the
|
||||
# ghidra.bin repo for this source file.
|
||||
|
@ -46,7 +46,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
POSTGRES=postgresql-15.3
|
||||
POSTGRES=postgresql-15.10
|
||||
POSTGRES_GZ=${POSTGRES}.tar.gz
|
||||
POSTGRES_CONFIG_OPTIONS="--disable-rpath --with-openssl"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue