diff options
Diffstat (limited to 'src/nettle.mk')
-rw-r--r-- | src/nettle.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nettle.mk b/src/nettle.mk index d031dae..7bd81a8 100644 --- a/src/nettle.mk +++ b/src/nettle.mk @@ -22,7 +22,8 @@ define $(PKG)_BUILD --host='$(TARGET)' \ --build="`config.guess`" \ --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' + --prefix='$(PREFIX)/$(TARGET)' \ + --libdir='$(PREFIX)/$(TARGET)/lib' $(MAKE) -C '$(1)' -j '$(JOBS)' getopt.o getopt1.o $(MAKE) -C '$(1)' -j '$(JOBS)' install endef |