Skip to content

Commit

Permalink
[qtmozembed] Do not link against libmemory. JB#50247
Browse files Browse the repository at this point in the history
Effectively reverts sha1 5579763

The about:memory should keep on working now that we use system malloc.
  • Loading branch information
rainemak committed Jul 23, 2020
1 parent ece624d commit 749dba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmozembed.pri
Expand Up @@ -34,7 +34,7 @@ contains(CONFIG, with-system-nspr) {
INCLUDEPATH += $$system(pkg-config --cflags-only-I libxul)
}

LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue -lmemory
LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue
LIBS += -Wl,--no-whole-archive -rdynamic -ldl
PKGCONFIG += nspr pixman-1 systemsettings

Expand Down

0 comments on commit 749dba3

Please sign in to comment.