Browse Source

talloc: update to 2.1.9

Waldemar Brodkorb 6 years ago
parent
commit
2017596cd9

+ 2 - 2
package/talloc/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		talloc
-PKG_VERSION:=		2.1.2
+PKG_VERSION:=		2.1.9
 PKG_RELEASE:=		1
-PKG_HASH:=		230d78a3fca75a15ab0f5d76d7bbaeadd3c1e695adcbb085932d227f5c31838d
+PKG_HASH:=		f0aad4cb88a3322207c82136ddc07bed48a37c2c21f82962d6c5ccb422711062
 PKG_DESCR:=		memory allocation library
 PKG_SECTION:=		libs/misc
 PKG_BUILDDEP:=		python2-host python2

+ 0 - 13
package/talloc/patches/patch-buildtools_wafsamba_samba_autoconf_py

@@ -1,13 +0,0 @@
---- talloc-2.1.2.orig/buildtools/wafsamba/samba_autoconf.py	2015-02-27 09:40:16.000000000 +0100
-+++ talloc-2.1.2/buildtools/wafsamba/samba_autoconf.py	2015-05-13 11:22:52.000000000 +0200
-@@ -646,10 +646,6 @@ def SAMBA_CONFIG_H(conf, path=None):
-     if not IN_LAUNCH_DIR(conf):
-         return
- 
--    if conf.CHECK_CFLAGS(['-fstack-protector']) and conf.CHECK_LDFLAGS(['-fstack-protector']):
--        conf.ADD_CFLAGS('-fstack-protector')
--        conf.ADD_LDFLAGS('-fstack-protector')
--
-     if Options.options.debug:
-         conf.ADD_CFLAGS('-g', testflags=True)
-