[haiku-bugs] Re: [Haiku] #16787: Bibliotheken Handhabung

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Fri, 05 Feb 2021 08:46:25 -0000

#16787: Bibliotheken Handhabung
--------------------------+---------------------------------
  Reporter:  lelldorin    |      Owner:  nobody
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:  Unscheduled
 Component:  - General    |    Version:  R1/beta2
Resolution:               |   Keywords:  Libraried, handling
Blocked By:               |   Blocking:
  Platform:  All          |
--------------------------+---------------------------------
Comment (by X512):

 Following solution can be used. Consider 2 packages:
 `libsomelib-1.0.0-x86.hpkg` and `someapp-1.0.0-x86.hpkg`.

 Directory structure:
 {{{
 libsomelib
         lib
                 libsomelib.so
 someapp
         apps
                 SomeApp

 /boot/system/packages
         libsomelib-1.0.0-x86.hpkg
         someapp-1.0.0-x86.hpkg
 /boot/system/package-data
         libsomelib-1.0.0-x86
                 lib
                         libsomelib.so
         someapp-1.0.0-x86
                 apps
                         SomeApp
                         lib
                                 libsomelib.so -> /boot/system/package-
 data/libsomelib-1.0.0-x86/lib/libsomelib.so // generated by package_fs
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16787#comment:5>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: