mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
postgresql: fix build and improve packaging
* make sure contrib stuff gets built and installed * refresh patches and improve Makefile while at it Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
11
libs/postgresql/patches/050-build-contrib.patch
Normal file
11
libs/postgresql/patches/050-build-contrib.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/GNUmakefile.in
|
||||
+++ b/GNUmakefile.in
|
||||
@@ -8,7 +8,7 @@ subdir =
|
||||
top_builddir = .
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
-$(call recurse,all install,src config)
|
||||
+$(call recurse,all install,src config contrib)
|
||||
|
||||
all:
|
||||
+@echo "All of PostgreSQL successfully made. Ready to install."
|
||||
Reference in New Issue
Block a user