Skip to content

Commit 7d43f34

Browse files
committed
TMP lx_hybrid: remove --static from pkg-config call
Otherwise 'fb_sdl' does not link due to /bin/ld: cannot find -l/usr/lib/libX11.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXext.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXcursor.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXi.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXfixes.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXrandr.so: No such file or directory /bin/ld: cannot find -l/usr/lib/libXss.so: No such file or directory collect2: error: ld returned 1 exit status
1 parent 5fdea3a commit 7d43f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: repos/base-linux/lib/import/import-lx_hybrid.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CXX_LINK_OPT += -Wl,--eh-frame-hdr
5959
# variable to the linker command line
6060
#
6161
ifneq ($(LX_LIBS),)
62-
LX_LIBS_OPT = $(shell pkg-config --static --libs $(LX_LIBS))
62+
LX_LIBS_OPT = $(shell pkg-config --libs $(LX_LIBS))
6363
endif
6464

6565
#

0 commit comments

Comments
 (0)