Waldemar Brodkorb 3 месяцев назад
Родитель
Сommit
63912cb68f
2 измененных файлов с 3 добавлено и 23 удалено
  1. 3 4
      package/postgresql/Makefile
  2. 0 19
      package/postgresql/patches/patch-src_include_Makefile

+ 3 - 4
package/postgresql/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		postgresql
-PKG_VERSION:=		9.6.3
+PKG_VERSION:=		18.4
 PKG_RELEASE:=		1
-PKG_HASH:=		df088372230b1dd21d87bb81686471508f4c42094d4f4f32b5d8e686fea69fa6
+PKG_HASH:=		450aa8f2da06c46f8221916e82ae06b04fb1040f8f00643dbf8b7d663caac0b9
 PKG_DESCR:=		postgresql database library
 PKG_SECTION:=		libs/db
 PKG_URL:=		http://www.postgresql.org/
@@ -22,8 +22,7 @@ $(eval $(call PKG_template,LIBPQ,libpq,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPEN
 
 TARGET_CFLAGS:=		$(filter-out -ffast-math,$(TARGET_CFLAGS))
 
-CONFIGURE_ARGS+=	--disable-integer-datetimes \
-			--without-openssl \
+CONFIGURE_ARGS+=	--without-openssl \
 			--without-pam \
 			--without-perl \
 			--without-python \

+ 0 - 19
package/postgresql/patches/patch-src_include_Makefile

@@ -1,19 +0,0 @@
---- postgresql-9.1.1.orig/src/include/Makefile	2011-09-22 23:57:57.000000000 +0200
-+++ postgresql-9.1.1/src/include/Makefile	2011-12-04 12:52:09.467806235 +0100
-@@ -41,7 +41,6 @@ install: all installdirs
- 	$(INSTALL_DATA) pg_config.h    '$(DESTDIR)$(includedir_server)'
- 	$(INSTALL_DATA) pg_config_os.h '$(DESTDIR)$(includedir_server)'
- 	$(INSTALL_DATA) utils/errcodes.h '$(DESTDIR)$(includedir_server)/utils'
--	$(INSTALL_DATA) utils/fmgroids.h '$(DESTDIR)$(includedir_server)/utils'
- # We don't use INSTALL_DATA for performance reasons --- there are a lot of files
- 	cp $(srcdir)/*.h '$(DESTDIR)$(includedir_server)'/ || exit; \
- 	chmod $(INSTALL_DATA_MODE) '$(DESTDIR)$(includedir_server)'/*.h  || exit; \
-@@ -63,7 +62,7 @@ uninstall:
- 
- 
- clean:
--	rm -f utils/fmgroids.h utils/errcodes.h parser/gram.h utils/probes.h catalog/schemapg.h
-+	rm -f utils/errcodes.h parser/gram.h utils/probes.h catalog/schemapg.h
- 
- distclean maintainer-clean: clean
- 	rm -f pg_config.h dynloader.h pg_config_os.h stamp-h