Remove installation of incompatible getopt.h, closes #753, #754, #755

SVN-Revision: 4754
v19.07.3_mercusys_ac12_duma
Florian Fainelli 18 years ago
parent aae15e5156
commit 977681a377

@ -48,12 +48,12 @@ define Package/keynote/install
endef
define Build/InstallDev
$(CP) $(PKG_BUILD_DIR)/*.h $(STAGING_DIR)/usr/include/
$(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/
$(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/
endef
define Build/UninstallDev
rm -rf $(STAGING_DIR)/usr/include/{assertion,getopt,header,keynote,signature}.h
rm -rf $(STAGING_DIR)/usr/include/{assertion,header,keynote,signature}.h
endef
$(eval $(call BuildPackage,keynote))

Loading…
Cancel
Save