diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-10-22 02:56:36 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-10-22 02:56:36 (GMT) |
commit | 9ef22c815277e0e93ed1137bb7f60c29a11bfb3c (patch) | |
tree | 282b13e3314d53c3015ab08a7bacbe74f13ca4ef /src/portablexdr.mk | |
parent | 345009752f62b8e144ee94ddf114acdcc411bc7e (diff) | |
download | mxe-9ef22c815277e0e93ed1137bb7f60c29a11bfb3c.zip mxe-9ef22c815277e0e93ed1137bb7f60c29a11bfb3c.tar.gz mxe-9ef22c815277e0e93ed1137bb7f60c29a11bfb3c.tar.bz2 |
portablexdr: Enable shared
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/portablexdr.mk')
-rw-r--r-- | src/portablexdr.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/portablexdr.mk b/src/portablexdr.mk index 9c88777..e4e8222 100644 --- a/src/portablexdr.mk +++ b/src/portablexdr.mk @@ -19,15 +19,10 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ - --host='$(TARGET)' \ - --build="`config.guess`" \ - --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' \ + $(MXE_CONFIGURE_OPTS) \ AR='$(TARGET)-ar' $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef $(PKG)_BUILD_x86_64-w64-mingw32 = - -$(PKG)_BUILD_SHARED = |