mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
netatalk : Fix BerkeleyDB library path
This fix is needed for the 64bits build because Netatalk will assume the library are stored in [..]/lib64/ instead of [..]/lib/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
4bd01ac2bf
commit
43ef60dc6a
@@ -8,7 +8,7 @@ NETATALK_SITE = http://downloads.sourceforge.net/project/netatalk/netatalk/$(NET
|
||||
NETATALK_SOURCE = netatalk-$(NETATALK_VERSION).tar.bz2
|
||||
|
||||
NETATALK_DEPENDENCIES = host-pkgconf openssl berkeleydb libgcrypt libgpg-error
|
||||
NETATALK_CONF_ENV += CC="$(TARGET_CC) -std=gnu99"
|
||||
NETATALK_CONF_ENV += CC="$(TARGET_CC) -std=gnu99" BDB_LIB=$(STAGING_LIB)/usr/lib
|
||||
NETATALK_CONF_OPT += --with-cnid-cdb-backend \
|
||||
--with-bdb=$(STAGING_DIR)/usr \
|
||||
--disable-zeroconf \
|
||||
|
||||
Reference in New Issue
Block a user