summaryrefslogtreecommitdiffstats
path: root/cppunit
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-18 21:01:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:30 +0200
commit1b736bf55e8ca79a06faabfa9866fffa6cab6c81 (patch)
tree20cd30da7c8c1ccec49b750c56597378b7ee9245 /cppunit
parentRevert "fdo#51115: gb_Extension_add_file: fix Windows build:" (diff)
downloadcore-1b736bf55e8ca79a06faabfa9866fffa6cab6c81.tar.gz
core-1b736bf55e8ca79a06faabfa9866fffa6cab6c81.zip
Repository.mk: adjust layer of libraries in smoketest instset
These are currently installed in the "program" dir, whether that is a good idea or not. Change-Id: I842bc0a72f9a6f78462ad18151cd42f85753aadf
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/ExternalProject_cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppunit/ExternalProject_cppunit.mk b/cppunit/ExternalProject_cppunit.mk
index cc4b9ad8edb7..649bae1dcc01 100644
--- a/cppunit/ExternalProject_cppunit.mk
+++ b/cppunit/ExternalProject_cppunit.mk
@@ -50,7 +50,7 @@ $(call gb_ExternalProject_get_state_target,cppunit,build) :
--disable-html-docs \
--disable-latex-docs \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
- $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________NONE) \
+ $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
$(if $(filter WNT,$(OS)),LDFLAGS="-Wl$(COMMA)--enable-runtime-pseudo-reloc-v2") \
$(if $(filter SOLARIS,$(OS)),LIBS="-lm") \
$(if $(filter ANDROID,$(OS)),LIBS="-lgnustl_shared -lm") \