Skip to content
Snippets Groups Projects
Commit 4c333e42 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

Contribs: libdsm: use PIC

parent 8d47f6b5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ libdsm: libdsm-$(LIBDSM_VERSION).tar.gz .sum-libdsm
DEPS_libdsm = libtasn1 iconv
.libdsm: libdsm
cd $< && $(HOSTVARS) ./configure --disable-programs $(LIBDSM_CONF)
cd $< && $(HOSTVARS_PIC) ./configure --disable-programs $(LIBDSM_CONF)
cd $< && $(MAKE)
cd $< && ../../../contrib/src/pkg-static.sh libdsm.pc
cd $< && $(MAKE) install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment