-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
add missing gsl.pc. attach is the patch -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk4WYgsACgkQRRAEFRxkgLSNVACeJhDXXU+p2JM8XHWEzDQAeWIL 6/sAoLXs+DLUKn+3lpMdIstkX+anRo9k =I1Tg -----END PGP SIGNATURE-----
Index: gsl/Makefile =================================================================== --- gsl/Makefile (revision 27551) +++ gsl/Makefile (working copy) @@ -47,6 +47,9 @@ $(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/gsl $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgsl.* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libgslcblas.* $(1)/usr/lib/ + + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/gsl.pc $(1)/usr/lib/pkgconfig/ endef $(eval $(call BuildPackage,libgsl))
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
