Skip to content

Commit

Permalink
glib: remove bogus rpath from libs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Nov 6, 2019
1 parent 2fcf437 commit 91cecbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions glib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ mee_build() {
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
patchelf --remove-rpath ${D}/usr/lib/libgmodule-1.2.so.0.0.10
patchelf --remove-rpath ${D}/usr/lib/libgthread-1.2.so.0.0.10
}

###############################################################################
##
## Additional hints:
Expand Down

0 comments on commit 91cecbe

Please sign in to comment.