diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-16 13:32:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-16 13:32:51 +0100 |
commit | cebaf5903ef83b6bd4c5036d327a373ee1350f8a (patch) | |
tree | 515d0dffbdfc95eb982a5b7c2ebd1d46c7c30336 /RepositoryFixes.mk | |
parent | 37d34ff4ba0f838abbfc59a3b6dccedcb6e01244 (diff) |
this seems to be the normal pattern
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r-- | RepositoryFixes.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 38a8cf4b1d3b..66162af52733 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -105,8 +105,6 @@ gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$( gb_Library_FILENAMES := $(patsubst cui:icui%,cui:icuin%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst i18nisolang1:ii18nisolang1%,i18nisolang1:ii18nisolang%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst nspr4:inspr4%,nspr4:nspr4%,$(gb_Library_FILENAMES)) -gb_Library_FILENAMES := $(patsubst nss3:inss3%,nss3:nss3%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst sb:isb%,sb:basic%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES)) gb_Library_FILENAMES := $(patsubst ssl:libssl%,ssl:libssl_static%,$(gb_Library_FILENAMES)) @@ -128,6 +126,8 @@ gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE) gb_Library_NOILIBFILENAMES += icule icuuc \ graphite2_off \ msvcprt \ + nspr4 \ + nss3 \ shlwapi \ version \ |