#20770: Don't work davfs2
-----------------------+--------------------------------
 Reporter:  anonymous  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  high       |  Milestone:
Component:  packages   |    Version:  Chaos Calmer 15.05
 Keywords:  Davfs2     |
-----------------------+--------------------------------
 Davfs2 begin work only if we add string in
 ./openwrt/feeds/packages/net/davfs2/Makefile:

 {{{
 TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 -D_GNU_SOURCE
 }}}

 between

 {{{
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include

 TARGET_CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 -D_GNU_SOURCE

 CONFIGURE_VARS += \
        LDFLAGS="$(TARGET_LDFLAGS) -L$(TOOLCHAIN_DIR)/usr/lib
 -L$(TOOLCHAIN_DIR)/lib"
 }}}


 The drive is mounted, but the record is not possible, if you do not add
 this string.

--
Ticket URL: <https://dev.openwrt.org/ticket/20770>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to