]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix mod_enum install
authorMichael Jerris <mike@jerris.com>
Sun, 9 Mar 2014 18:44:41 +0000 (14:44 -0400)
committerMichael Jerris <mike@jerris.com>
Sun, 9 Mar 2014 18:44:41 +0000 (14:44 -0400)
src/mod/applications/mod_enum/Makefile.am

index 7a6b10df99cbad51fed860a12e6328ff547d6546..648cc6fcc687ef297346f3c0899320f2b90e2a38 100644 (file)
@@ -16,7 +16,7 @@ BUILT_SOURCES=$(LDNS_BUILDDIR)/ldns/util.h
 
 $(LDNS_BUILDDIR)/ldns/util.h $(LDNS_BUILDDIR)/Makefile: $(LDNS_DIR)/Makefile.in
        mkdir -p $(LDNS_BUILDDIR)
-       cd $(LDNS_BUILDDIR) && $(DEFAULT_VARS) $(LDNS_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(LDNS_DIR) --disable-gost --without-ssl --disable-sha2
+       cd $(LDNS_BUILDDIR) && $(DEFAULT_VARS) $(LDNS_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(LDNS_DIR) --disable-gost --without-ssl --disable-sha2 --disable-shared --with-pic
        $(TOUCH_TARGET)
 
 $(LDNS_LA): $(LDNS_BUILDDIR)/Makefile