diff options
Diffstat (limited to 'testing/wxformbuilder/libdl.patch')
-rw-r--r-- | testing/wxformbuilder/libdl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wxformbuilder/libdl.patch b/testing/wxformbuilder/libdl.patch new file mode 100644 index 000000000..cc0be82ae --- /dev/null +++ b/testing/wxformbuilder/libdl.patch @@ -0,0 +1,11 @@ +--- ./src/Makefile.orig ++++ ./src/Makefile +@@ -5,6 +5,8 @@ + CONFIG=Release + endif + ++LDFLAGS += -ldl ++ + ifeq ($(CONFIG),Release) + BINDIR := ../output/bin + LIBDIR := .. |