Skip to content

Commit 7932b5f

Browse files
committed
09.2015 sync
1 parent 6db810f commit 7932b5f

File tree

69 files changed

+1202
-1999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1202
-1999
lines changed

buildroot/.config

Lines changed: 106 additions & 61 deletions
Large diffs are not rendered by default.

buildroot/patches/nls.patch

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,3 @@
2323
INTL_FULL:=
2424
endif
2525

26-
@@ -28,7 +28,8 @@
27-
ICONV_DEPENDS:=+BUILD_NLS:libiconv-full
28-
ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include
29-
ICONV_CPPFLAGS:=-I$(ICONV_PREFIX)/include
30-
-ICONV_LDFLAGS:=-L$(ICONV_PREFIX)/lib
31-
+ICONV_LDFLAGS:=-L$(ICONV_PREFIX)/lib \
32-
+ -Wl,-rpath-link=$(ICONV_PREFIX)/lib
33-
34-
INTL_DEPENDS:=+BUILD_NLS:libintl-full
35-
INTL_CFLAGS:=-I$(INTL_PREFIX)/include

buildroot/patches/toolchain-gcc-Config.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- ../../../downloads/openwrt_trunk-r46338/toolchain/gcc/Config.in 2015-07-15 10:59:19.183750194 +0300
22
+++ ../../../openwrt_trunk/toolchain/gcc/Config.in 2015-07-15 14:23:28.855958828 +0300
3-
@@ -43,7 +43,7 @@
3+
@@ -42,7 +42,7 @@
44
bool
55
prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
66
depends on !USE_MUSL

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# See /LICENSE for more information.
66
#
77

8-
export OPENWRT_REVISION=46338
8+
export OPENWRT_REVISION=47008
99

1010
# Target architecture for repo (now only x86 is supported)
1111
#export TARGET=x86

packages/alsa-lib/fix-path.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
--- ../../../downloads/openwrt_trunk-r43718/feeds/packages/libs/alsa-lib/Makefile
2-
+++ ../../../openwrt_trunk/feeds/packages/libs/alsa-lib/Makefile
1+
--- ../../../downloads/openwrt_trunk-r46940/feeds/packages/libs/alsa-lib/Makefile 2015-09-15 12:24:40.722451661 +0300
2+
+++ ../../../openwrt_trunk/feeds/packages/libs/alsa-lib/Makefile 2015-09-21 09:36:32.170911966 +0300
33
@@ -33,7 +33,7 @@
4+
CATEGORY:=Libraries
45
TITLE:=ALSA (Advanced Linux Sound Architecture) library
56
URL:=http://www.alsa-project.org/
6-
MAINTAINER:=Peter Wagner <[email protected]>
77
- DEPENDS:=@AUDIO_SUPPORT +kmod-sound-core +libpthread +librt
88
+ DEPENDS:=+libpthread +librt
99
endef

packages/apache/fix-path.patch

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
--- ../../../downloads/openwrt_trunk-r45513/feeds/packages/net/apache/Makefile 2015-04-21 10:37:38.212588033 +0300
22
+++ ../../../openwrt_trunk/feeds/packages/net/apache/Makefile 2015-04-22 17:08:02.278600089 +0300
3-
@@ -9,7 +9,7 @@
4-
5-
PKG_NAME:=apache
6-
PKG_VERSION:=2.2.29
7-
-PKG_RELEASE:=1
8-
+PKG_RELEASE:=1b
9-
PKG_SOURCE_NAME:=httpd
10-
PKG_MAINTAINER:=Thomas Heil <[email protected]>
11-
PKG_LICENSE:=Apache License
123
@@ -48,33 +48,23 @@
134
$(call Package/apache/Default/description)
145
.

packages/asterisk-1.8.x/fix-path.patch

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ../../../downloads/openwrt_trunk-r46338/feeds/telephony/net/asterisk-1.8.x/Makefile 2015-07-14 10:55:19.886308175 +0300
2-
+++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-1.8.x/Makefile 2015-07-14 17:47:12.742719266 +0300
1+
--- ../../../downloads/openwrt_trunk-r46940/feeds/telephony/net/asterisk-1.8.x/Makefile 2015-09-15 12:24:40.666451660 +0300
2+
+++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-1.8.x/Makefile 2015-09-21 09:45:17.014920702 +0300
33
@@ -25,28 +25,28 @@
44
include $(INCLUDE_DIR)/package.mk
55

@@ -94,13 +94,13 @@
9494
+ rm -f $(1)/opt/lib/asterisk/sounds/conf-*
9595
endef
9696

97-
#ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-gtalk),)
98-
# CONFIGURE_ARGS+= \
99-
-# --with-iksemel="$(STAGING_DIR)/usr"
100-
+# --with-iksemel="$(STAGING_DIR)/opt"
101-
# SITE_VARS+= \
102-
# ac_cv_lib_iksemel_iks_start_sasl=yes
103-
#else
97+
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-chan-gtalk),)
98+
CONFIGURE_ARGS+= \
99+
- --with-iksemel="$(STAGING_DIR)/usr"
100+
+ --with-iksemel="$(STAGING_DIR)/opt"
101+
SITE_VARS+= \
102+
ac_cv_lib_iksemel_iks_start_sasl=yes
103+
else
104104
@@ -158,7 +157,7 @@
105105

106106
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk18-curl),)
@@ -240,12 +240,12 @@
240240
$(eval $(call BuildAsterisk18Module,func-uri,URI encoding and decoding,Encodes and decodes URI-safe strings,,,,func_uri,))
241241
$(eval $(call BuildAsterisk18Module,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,,func_vmcount,))
242242
$(eval $(call BuildAsterisk18Module,chan-agent,Agents proxy channel,An implementation of agents proxy channel,,,,chan_agent,))
243-
-#$(eval $(call BuildAsterisk18Module,chan-gtalk,GTalk,An implementation of chan_gtalk and res_jabber for GTalk support,+libiksemel,/etc/asterisk/gtalk.conf /etc/asterisk/jabber.conf,gtalk.conf jabber.conf,chan_gtalk res_jabber,))
243+
-$(eval $(call BuildAsterisk18Module,chan-gtalk,GTalk,An implementation of chan_gtalk and res_jabber for GTalk support,+libiksemel,/etc/asterisk/gtalk.conf /etc/asterisk/jabber.conf,gtalk.conf jabber.conf,chan_gtalk res_jabber,))
244244
-$(eval $(call BuildAsterisk18Module,chan-iax2,IAX2 channel,An implementation of IAX2 channel,+asterisk18-res-timing-timerfd,/etc/asterisk/iax.conf /etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
245245
-$(eval $(call BuildAsterisk18Module,chan-lantiq,Lantiq TAPI channel,An implementation of Lantiq TAPI channel,@TARGET_lantiq @!TARGET_lantiq_xrx200 +kmod-ltq-vmmc,/etc/asterisk/lantiq.conf,lantiq.conf,chan_lantiq,))
246-
+#$(eval $(call BuildAsterisk18Module,chan-gtalk,GTalk,An implementation of chan_gtalk and res_jabber for GTalk support,+libiksemel,/opt/etc/asterisk/gtalk.conf /opt/etc/asterisk/jabber.conf,gtalk.conf jabber.conf,chan_gtalk res_jabber,))
246+
+$(eval $(call BuildAsterisk18Module,chan-gtalk,GTalk,An implementation of chan_gtalk and res_jabber for GTalk support,+libiksemel,/opt/etc/asterisk/gtalk.conf /opt/etc/asterisk/jabber.conf,gtalk.conf jabber.conf,chan_gtalk res_jabber,))
247247
+$(eval $(call BuildAsterisk18Module,chan-iax2,IAX2 channel,An implementation of IAX2 channel,+asterisk18-res-timing-timerfd,/opt/etc/asterisk/iax.conf /opt/etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
248-
+$(eval $(call BuildAsterisk18Module,chan-lantiq,Lantiq TAPI channel,An implementation of Lantiq TAPI channel,@TARGET_lantiq @!TARGET_lantiq_xrx200 +kmod-ltq-vmmc,/opt/etc/asterisk/lantiq.conf,lantiq.conf,chan_lantiq,))
248+
+$(eval $(call BuildAsterisk18Module,chan-lantiq,Lantiq TAPI channel,An implementation of Lantiq TAPI channel,@TARGET_lantiq @!TARGET_lantiq_xrx200,/opt/etc/asterisk/lantiq.conf,lantiq.conf,chan_lantiq,))
249249
$(eval $(call BuildAsterisk18Module,chan-local,Local proxy channel,An implementation of local proxy channel,,,,chan_local,))
250250
-$(eval $(call BuildAsterisk18Module,chan-mgcp,MGCP channel,the channel chan_mgcp,,/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
251251
-$(eval $(call BuildAsterisk18Module,chan-ooh323,ooH323 channel,the channel chan_ooh323,,/etc/asterisk/ooh323.conf,ooh323.conf,chan_ooh323,))

packages/asterisk-11.x/fix-path.patch

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ../../../downloads/openwrt_trunk-r46338/feeds/telephony/net/asterisk-11.x/Makefile 2015-07-14 10:55:19.886308175 +0300
2-
+++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-11.x/Makefile 2015-07-14 17:40:33.774707869 +0300
1+
--- ../../../downloads/openwrt_trunk-r46940/feeds/telephony/net/asterisk-11.x/Makefile 2015-09-15 12:24:40.666451660 +0300
2+
+++ ../../../openwrt_trunk/feeds/telephony/net/asterisk-11.x/Makefile 2015-09-21 09:41:54.542917332 +0300
33
@@ -26,28 +26,28 @@
44
include $(INCLUDE_DIR)/package.mk
55

@@ -163,7 +163,7 @@
163163
else
164164
CONFIGURE_ARGS+= \
165165
--without-spandsp
166-
@@ -215,14 +217,14 @@
166+
@@ -215,7 +217,7 @@
167167

168168
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-srtp),)
169169
CONFIGURE_ARGS+= \
@@ -172,6 +172,16 @@
172172
else
173173
CONFIGURE_ARGS+= \
174174
--without-srtp
175+
@@ -223,7 +225,7 @@
176+
177+
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-res-xmpp),)
178+
CONFIGURE_ARGS+= \
179+
- --with-iksemel="$(STAGING_DIR)/usr"
180+
+ --with-iksemel="$(STAGING_DIR)/opt"
181+
SITE_VARS+= \
182+
ac_cv_lib_iksemel_iks_start_sasl=yes
183+
else
184+
@@ -232,7 +234,7 @@
175185
endif
176186

177187
EXTRA_CFLAGS+= $(TARGET_CPPFLAGS)
@@ -180,7 +190,7 @@
180190
CONFIGURE_ARGS+= \
181191
--build=$(GNU_HOST_NAME) \
182192
--host=$(GNU_TARGET_NAME) \
183-
@@ -238,28 +240,28 @@
193+
@@ -247,28 +249,28 @@
184194
--without-libxml2 \
185195
--without-misdn \
186196
--without-nbs \
@@ -214,7 +224,7 @@
214224
--with-sounds-cache="$(DL_DIR)" \
215225
--disable-xmldoc
216226

217-
@@ -305,10 +307,10 @@
227+
@@ -314,10 +316,10 @@
218228
ASTCFLAGS="$(EXTRA_CFLAGS) -DLOW_MEMORY"
219229
ASTLDFLAGS="$(EXTRA_LDFLAGS)"
220230
$(MAKE) -C "$(PKG_BUILD_DIR)" \
@@ -229,7 +239,7 @@
229239
NOISY_BUILD="yes" \
230240
DEBUG="" \
231241
OPTIMIZE="" \
232-
@@ -317,9 +319,9 @@
242+
@@ -326,9 +328,9 @@
233243
endef
234244

235245
define Build/InstallDev
@@ -242,7 +252,7 @@
242252
endef
243253

244254
$(eval $(call BuildPackage,asterisk11))
245-
@@ -341,7 +343,7 @@
255+
@@ -350,7 +352,7 @@
246256

247257
$(eval $(call BuildAsterisk11Module,app-alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID,,,,app_alarmreceiver,))
248258
$(eval $(call BuildAsterisk11Module,app-authenticate,Authenticate commands,Execute arbitrary authenticate commands,,,,app_authenticate,))
@@ -251,7 +261,7 @@
251261
$(eval $(call BuildAsterisk11Module,app-dahdiras,Execute an ISDN RAS,support for executing an ISDN RAS using DAHDI,+asterisk11-chan-dahdi,,,app_dahdiras,))
252262
$(eval $(call BuildAsterisk11Module,app-directory,Provide a directory of extensions,provides a directory of extensions,,,,app_directory,))
253263
$(eval $(call BuildAsterisk11Module,app-directed_pickup,Directed call pickup,support for directed call pickup,,,,app_directed_pickup,))
254-
@@ -349,7 +351,7 @@
264+
@@ -358,7 +360,7 @@
255265
$(eval $(call BuildAsterisk11Module,app-exec,Exec application,support for application execution,,,,app_exec,))
256266
$(eval $(call BuildAsterisk11Module,app-chanisavail,Channel availability check,support for checking if a channel is available,,,,app_chanisavail,))
257267
$(eval $(call BuildAsterisk11Module,app-chanspy,Channel listen in,support for listening in on any channel,,,,app_chanspy,))
@@ -260,7 +270,7 @@
260270
$(eval $(call BuildAsterisk11Module,app-mixmonitor,Record a call and mix the audio,record a call and mix the audio during the recording,,,,app_mixmonitor,))
261271
$(eval $(call BuildAsterisk11Module,app-originate,Originate a call,originating an outbound call and connecting it to a specified extension or application,,,,app_originate,))
262272
$(eval $(call BuildAsterisk11Module,app-playtones,Playtones application,play a tone list,,,,app_playtones,))
263-
@@ -367,7 +369,7 @@
273+
@@ -376,7 +378,7 @@
264274
$(eval $(call BuildAsterisk11Module,app-while,While loop,a while loop implementation,,,,app_while,))
265275
$(eval $(call BuildAsterisk11Module,cdr-csv,Provides CDR CSV,Call Detail Record with CSV support,,,,cdr_csv,))
266276
$(eval $(call BuildAsterisk11Module,cdr-sqlite3,Provides CDR SQLITE3,Call Detail Record with SQLITE3 support,libsqlite3,,,cdr_sqlite3_custom,))
@@ -269,7 +279,7 @@
269279
$(eval $(call BuildAsterisk11Module,codec-a-mu,Alaw to ulaw translation,translation between alaw and ulaw codecs,,,,codec_a_mu,))
270280
$(eval $(call BuildAsterisk11Module,codec-adpcm,ADPCM text,ADPCM text ,,,,codec_adpcm,))
271281
$(eval $(call BuildAsterisk11Module,codec-alaw,Signed linear to alaw translation,translation between signed linear and alaw codecs,,,,codec_alaw,))
272-
@@ -394,7 +396,7 @@
282+
@@ -403,7 +405,7 @@
273283
$(eval $(call BuildAsterisk11Module,func-cut,CUT function,CUT function,,,,func_cut,))
274284
$(eval $(call BuildAsterisk11Module,func-db,Database interaction,functions for interaction with the database,,,,func_db app_db,))
275285
$(eval $(call BuildAsterisk11Module,func-devstate,Blinky lights control,functions for manually controlled blinky lights,,,,func_devstate,))
@@ -278,21 +288,23 @@
278288
$(eval $(call BuildAsterisk11Module,func-env,Environment functions,Environment dialplan functions,,,,func_env,))
279289
$(eval $(call BuildAsterisk11Module,func-extstate,Hinted extension state,retrieving the state of a hinted extension for dialplan control,,,,func_extstate,))
280290
$(eval $(call BuildAsterisk11Module,func-global,Global variable,global variable dialplan functions,,,,func_global,))
281-
@@ -407,35 +409,35 @@
291+
@@ -416,37 +418,37 @@
282292
$(eval $(call BuildAsterisk11Module,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,,func_vmcount,))
283293
$(eval $(call BuildAsterisk11Module,func-realtime,realtime dialplan,the realtime dialplan function,,,,func_realtime,))
284294
$(eval $(call BuildAsterisk11Module,chan-agent,Agents proxy channel,an implementation of agents proxy channel,,,,chan_agent,))
285295
-$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone +kmod-dahdi,/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,))
286296
-$(eval $(call BuildAsterisk11Module,chan-iax2,IAX2 channel,IAX support,+asterisk11-res-timing-timerfd,/etc/asterisk/iax.conf /etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
287297
-$(eval $(call BuildAsterisk11Module,chan-mgcp,MGCP channel,the channel chan_mgcp,,/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
298+
-$(eval $(call BuildAsterisk11Module,chan-motif,Jingle channel,Motif Jingle Channel Driver,+asterisk11-res-xmpp,/etc/asterisk/motif.conf /etc/asterisk/jingle.conf,motif.conf jingle.conf,chan_motif,))
288299
-$(eval $(call BuildAsterisk11Module,chan-ooh323,ooH323 channel,the channel chan_ooh323,,/etc/asterisk/ooh323.conf,ooh323.conf,chan_ooh323,))
289300
-$(eval $(call BuildAsterisk11Module,chan-skinny,Skinny channel,the channel chan_skinny,,/etc/asterisk/skinny.conf,skinny.conf,chan_skinny,))
290301
-$(eval $(call BuildAsterisk11Module,chan-unistim,Unistim channel,channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol,,/etc/asterisk/unistim.conf,unistim.conf,chan_unistim,))
291302
-$(eval $(call BuildAsterisk11Module,mysql,MySQL,MySQL support,+libmysqlclient,/etc/asterisk/res_config_mysql.conf,res_config_mysql.conf,res_config_mysql,))
292303
-$(eval $(call BuildAsterisk11Module,odbc,ODBC,ODBC support,+libpthread +libc +unixodbc,/etc/asterisk/cdr_adaptive_odbc.conf /etc/asterisk/cdr_odbc.conf /etc/asterisk/cel_odbc.conf /etc/asterisk/func_odbc.conf /etc/asterisk/res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_odbc,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc,))
293-
+$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone +kmod-dahdi,/opt/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,))
304+
+$(eval $(call BuildAsterisk11Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone,/opt/etc/asterisk/chan_dahdi.conf,chan_dahdi.conf,chan_dahdi,))
294305
+$(eval $(call BuildAsterisk11Module,chan-iax2,IAX2 channel,IAX support,+asterisk11-res-timing-timerfd,/opt/etc/asterisk/iax.conf /opt/etc/asterisk/iaxprov.conf,iax.conf iaxprov.conf,chan_iax2,))
295306
+$(eval $(call BuildAsterisk11Module,chan-mgcp,MGCP channel,the channel chan_mgcp,,/opt/etc/asterisk/mgcp.conf,mgcp.conf,chan_mgcp,))
307+
+$(eval $(call BuildAsterisk11Module,chan-motif,Jingle channel,Motif Jingle Channel Driver,+asterisk11-res-xmpp,/opt/etc/asterisk/motif.conf /opt/etc/asterisk/jingle.conf,motif.conf jingle.conf,chan_motif,))
296308
+$(eval $(call BuildAsterisk11Module,chan-ooh323,ooH323 channel,the channel chan_ooh323,,/opt/etc/asterisk/ooh323.conf,ooh323.conf,chan_ooh323,))
297309
+$(eval $(call BuildAsterisk11Module,chan-skinny,Skinny channel,the channel chan_skinny,,/opt/etc/asterisk/skinny.conf,skinny.conf,chan_skinny,))
298310
+$(eval $(call BuildAsterisk11Module,chan-unistim,Unistim channel,channel driver for the UNISTIM (Unified Networks IP Stimulus) protocol,,/opt/etc/asterisk/unistim.conf,unistim.conf,chan_unistim,))
@@ -329,6 +341,8 @@
329341
$(eval $(call BuildAsterisk11Module,res-timing-dahdi,DAHDI Timing Interface,,+asterisk11-chan-dahdi,,,res_timing_dahdi,))
330342
$(eval $(call BuildAsterisk11Module,res-timing-pthread,pthread Timing Interface,,,,,res_timing_pthread,))
331343
$(eval $(call BuildAsterisk11Module,res-timing-timerfd,Timerfd Timing Interface,,,,,res_timing_timerfd,))
344+
-$(eval $(call BuildAsterisk11Module,res-xmpp,XMPP client and component module,reference module for interfacting Asterisk directly as a client or component with XMPP server,+libiksemel +libopenssl,/etc/asterisk/xmpp.conf,xmpp.conf,res_xmpp,))
345+
+$(eval $(call BuildAsterisk11Module,res-xmpp,XMPP client and component module,reference module for interfacting Asterisk directly as a client or component with XMPP server,+libiksemel +libopenssl,/opt/etc/asterisk/xmpp.conf,xmpp.conf,res_xmpp,))
332346
$(eval $(call BuildAsterisk11Module,res-realtime,Realtime Interface,,,,,res_realtime,))
333347
-$(eval $(call BuildAsterisk11Module,voicemail,Voicemail,voicemail related modules,+asterisk11-res-adsi +asterisk11-res-smdi,/etc/asterisk/voicemail.conf,voicemail.conf,*voicemail,vm-*))
334348
+$(eval $(call BuildAsterisk11Module,voicemail,Voicemail,voicemail related modules,+asterisk11-res-adsi +asterisk11-res-smdi,/opt/etc/asterisk/voicemail.conf,voicemail.conf,*voicemail,vm-*))

packages/avrdude/fix-path.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
endef
1010

1111
define Package/avrdude/description
12-
@@ -44,14 +44,14 @@
12+
@@ -45,14 +45,14 @@
1313
-D_GNU_SOURCE \
1414

1515
define Package/avrdude/conffiles

packages/bind/fix-path.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- ../../../downloads/openwrt_trunk-r43708/feeds/packages/net/bind/Makefile 2014-12-15 12:19:58.028388958 +0300
2-
+++ ../../../openwrt_trunk/feeds/packages/net/bind/Makefile 2014-12-15 12:20:05.552388822 +0300
3-
@@ -41,7 +41,7 @@
1+
--- ../../../downloads/openwrt_trunk-r46940/feeds/packages/net/bind/Makefile 2015-09-15 12:24:40.746451661 +0300
2+
+++ ../../../openwrt_trunk/feeds/packages/net/bind/Makefile 2015-09-15 12:24:42.886451697 +0300
3+
@@ -43,7 +43,7 @@
44
define Package/bind-libs
55
SECTION:=libs
66
CATEGORY:=Libraries
@@ -9,7 +9,7 @@
99
TITLE:=bind shared libraries
1010
URL:=https://www.isc.org/software/bind
1111
endef
12-
@@ -86,6 +86,11 @@
12+
@@ -88,6 +88,11 @@
1313
TITLE+= DNS excavation tool
1414
endef
1515

@@ -21,7 +21,7 @@
2121
export BUILD_CC="$(TARGET_CC)"
2222

2323
CONFIGURE_ARGS += \
24-
@@ -94,9 +99,9 @@
24+
@@ -96,9 +101,9 @@
2525
--with-randomdev="/dev/urandom" \
2626
--disable-threads \
2727
--disable-linux-caps \
@@ -33,7 +33,7 @@
3333
--enable-epoll=yes \
3434
--with-gost=no \
3535
--with-gssapi=no \
36-
@@ -117,80 +122,85 @@
36+
@@ -119,80 +124,85 @@
3737
endef
3838

3939
define Package/bind-libs/install

0 commit comments

Comments
 (0)