summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-08-07 08:26:54 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-08-07 08:26:54 (GMT)
commit62ec2e653e6bcf39226063829e27688ea024628e (patch)
treed9aa5b1d05cdbd10e27949a19a4fdaec828e50b4 /src/postgresql.mk
parent56938b3c6178be1ae685af2e80d9abf126dd1168 (diff)
downloadmxe-62ec2e653e6bcf39226063829e27688ea024628e.zip
mxe-62ec2e653e6bcf39226063829e27688ea024628e.tar.gz
mxe-62ec2e653e6bcf39226063829e27688ea024628e.tar.bz2
package postgresql: force symlink creation
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index da5e4c6..5b5ab5b 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -80,5 +80,5 @@ define $(PKG)_BUILD
--with-system-tzdata=/dev/null
$(MAKE) -C '$(1).native'/src/port -j '$(JOBS)'
$(MAKE) -C '$(1).native'/src/bin/pg_config -j '$(JOBS)' install
- ln -s '$(PREFIX)/$(TARGET)/bin/pg_config' '$(PREFIX)/bin/$(TARGET)-pg_config'
+ ln -sf '$(PREFIX)/$(TARGET)/bin/pg_config' '$(PREFIX)/bin/$(TARGET)-pg_config'
endef