Hi,
I wanted to make a suggestion for the package Makefile of the gsl (GNU
Scientific Library). You find a patch attached to this e-Mail.
Applying it (I did not try it!) the include files for the gsl should be
installed into the usr/include/gsl directory (instead of usr/include
directly) of the SDK. This conforms more to the typical install routine
since the include-files themselves include all further gsl_*.h include
files from usr/include/gsl.
Don't hesitate to ask back if there is something unclear.
Thanks for thinking about my suggestion,
Rainer
--
Dipl.-Ing. (FH) Mag. Rainer Poisel
Institut für IT Sicherheitsforschung
Bereich Technologie
Fachhochschule St. Pölten GmbH
Matthias Corvinus-Straße 15, A-3100 St. Pölten
T: +43/2742/313 228 - 637
F: +43/2742/313 228 - 219
E: [email protected]
I: www.fhstp.ac.at
FN 146616m, LG St. Pölten, DVR 1028669F
Index: feeds/packages/libs/gsl/Makefile
===================================================================
--- feeds/packages/libs/gsl/Makefile (revision 21517)
+++ feeds/packages/libs/gsl/Makefile (working copy)
@@ -43,8 +43,8 @@
endef
define Build/InstallDev
- $(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/include/gsl/*.h $(1)/usr/include/
+ $(INSTALL_DIR) $(1)/usr/include/gsl $(1)/usr/lib
+ $(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/
endef
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel