Skip to content

Commit

Permalink
Package atkmm: Enable shared build.
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Mar 19, 2014
1 parent 13b1dad commit 1a0f577
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/atkmm.mk
Expand Up @@ -19,9 +19,7 @@ endef

define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
MAKE=$(MAKE)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
Expand Down

0 comments on commit 1a0f577

Please sign in to comment.