Skip to content

Commit

Permalink
gtk+: 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 53c618c commit 8dcadf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gtk+.be0
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ mee_build() {
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
patchelf --remove-rpath ${D}/usr/lib/libgtk-1.2.so.0.9.1
}

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

0 comments on commit 8dcadf6

Please sign in to comment.