Explorar el Código

gnutls: install libgnutls.so

Resolves #1162

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos hace 9 años
padre
commit
407c821e31
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      libs/gnutls/Makefile

+ 3
- 0
libs/gnutls/Makefile Ver fichero

@@ -180,6 +180,9 @@ TARGET_CFLAGS += $(FPIC)
180 180
 
181 181
 define Build/InstallDev
182 182
 	$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
183
+	$(CP) \
184
+		$(PKG_INSTALL_DIR)/usr/lib/libgnutls.so* \
185
+		$(1)/usr/lib/
183 186
 	$(CP) \
184 187
 		$(PKG_INSTALL_DIR)/usr/include/gnutls \
185 188
 		$(1)/usr/include/