mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
gnutls: install libgnutls.so
Resolves #1162 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -180,6 +180,9 @@ TARGET_CFLAGS += $(FPIC)
|
|||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
|
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/libgnutls.so* \
|
||||||
|
$(1)/usr/lib/
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/include/gnutls \
|
$(PKG_INSTALL_DIR)/usr/include/gnutls \
|
||||||
$(1)/usr/include/
|
$(1)/usr/include/
|
||||||
|
|||||||
Reference in New Issue
Block a user