Yousong Zhou
92b0575e28
Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22). The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option. So let's just tidy up the usage now.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
9 years ago
Alexander Ryzhov
4bfc89560e
postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
9 years ago
Dirk Neukirchen
bf119cb33b
postgresql: fix potential snprintf issue
adopt buildroot commit: 3d3f70b567
spotted while reviewing buildroot changes to postgresql
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years ago
Dirk Neukirchen
b19dc5496e
postgresql: fix uclibc locale.h bug
reported in forum:
https://forum.openwrt.org/viewtopic.php?id=59137
issue was discovered and fixed already in buildroot
git commit id: f5e4ca1022
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years ago
Dirk Neukirchen
736ecae209
postgresql: add missing librt dependency
fixes build error with uclibc
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years ago
Daniel Golle
714a408a6e
postgresql: update source to 9.4.4 and refresh scripts
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Dirk Neukirchen
6ae54e4075
postgresql: update to 9.4.1
- supports arm64/aarch64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
10 years ago
Ted Hess
581aef1d6e
libpq: Fix missing dependency (shadow-utils)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Jo-Philipp Wich
022ce86177
postgresql: import from oldpackages, add myself as maintainer, add license information, update to v9.0.17
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
11 years ago